#C819CE

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

Shades of Deep Magenta #C819CE

Tints of Deep Magenta #C819CE

Color information

#C819CE (or 0xC819CE) is unknown color: approx Deep Magenta. HEX triplet: C8, 19 and CE. RGB value is (200,25,206). Sum of RGB (Red+Green+Blue) = 200+25+206=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #C819CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C819CE is #37E631. Grayscale: #616161. Windows color (decimal): -3663410 or 13507016. OLE color: 13507016.

HSL color Cylindrical-coordinate representation of color #C819CE: hue angle of 298.01º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C819CE is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20025206-
CMYK0.030.8800.19
HSL298.01º78.35%45.29%-
HSV(B)298.01º87.86%80.78%-
XYZ35.3117.4359.9-
YUV97.96188.98200.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.40%
GREEN value IS 25 (10.16% from 255) = 5.80%
BLUE value IS 206 (80.86% from 255) = 47.80%
R=46.40%
G=5.80%
B=47.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal200252060.030.8800.19298.0178.3545.29
HexC819CE35801312a4e2d
Octal31031316313002345211655
Binary1100100011001110011101110110000100111001010101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C819CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C819CE; }

 p { color: rgb(200,25,206); }

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

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

 a { background-color: rgb(200,25,206); }

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

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

 span { border-color: rgb(200,25,206); }

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