#C51FE3

Color #C51FE3 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C51FE3

Tints of Deep Magenta #C51FE3

Color information

#C51FE3 (or 0xC51FE3) is unknown color: approx Deep Magenta. HEX triplet: C5, 1F and E3. RGB value is (197,31,227). Sum of RGB (Red+Green+Blue) = 197+31+227=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 31 (12.5% from 255 or 6.81% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #C51FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FE3 is #3AE01C. Grayscale: #666666. Windows color (decimal): -3858461 or 14884805. OLE color: 14884805.

HSL color Cylindrical-coordinate representation of color #C51FE3: hue angle of 290.82º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51FE3 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19731227-
CMYK0.130.8600.11
HSL290.82º77.78%50.59%-
HSV(B)290.82º86.34%89.02%-
XYZ37.3818.474.25-
YUV102.98198195.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 31 (12.5% from 255) = 6.81%
BLUE value IS 227 (89.06% from 255) = 49.89%
R=43.30%
G=6.81%
B=49.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal197312270.130.8600.11290.8277.7850.59
HexC51FE3D560B1234e33
Octal305373431512601344311663
Binary11000101111111110001111011010110010111001000111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51FE3; }

 p { color: rgb(197,31,227); }

 H1.HeaderClassName
 {
   color: #C51FE3;
 }
 .AnyTagClassName
 {
   color: #C51FE3;
 }
</style>
background-color css

<style>
 a { background-color: #C51FE3; }

 a { background-color: rgb(197,31,227); }

 div.DivClassName
 {
   background-color: #C51FE3;
 }
 .BgClassName
 {
   background-color: #C51FE3;
 }
</style>
border-color css

<style>
 span { border-color: #C51FE3; }

 span { border-color: rgb(197,31,227); }

 td.TdClassName
 {
   border-color: #C51FE3;
 }
 .TagClassName
 {
   border-color: #C51FE3;
 }
</style>