#C912CA

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

Shades of Deep Magenta #C912CA

Tints of Deep Magenta #C912CA

Color information

#C912CA (or 0xC912CA) is unknown color: approx Deep Magenta. HEX triplet: C9, 12 and CA. RGB value is (201,18,202). Sum of RGB (Red+Green+Blue) = 201+18+202=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #C912CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C912CA is #36ED35. Grayscale: #5D5D5D. Windows color (decimal): -3599670 or 13243081. OLE color: 13243081.

HSL color Cylindrical-coordinate representation of color #C912CA: hue angle of 299.67º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C912CA is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20118202-
CMYK0.000.9100.21
HSL299.67º83.64%43.14%-
HSV(B)299.67º91.09%79.22%-
XYZ34.9617.1157.34-
YUV93.69189.13204.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.74%
GREEN value IS 18 (7.42% from 255) = 4.28%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=47.74%
G=4.28%
B=47.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201182020.000.9100.21299.6783.6443.14
HexC912CA05B01512c542b
Octal31122312013302545412453
Binary110010011001011001010010110110101011001011001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C912CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C912CA; }

 p { color: rgb(201,18,202); }

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

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

 a { background-color: rgb(201,18,202); }

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

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

 span { border-color: rgb(201,18,202); }

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