#CA12C8

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

Shades of Deep Magenta #CA12C8

Tints of Deep Magenta #CA12C8

Color information

#CA12C8 (or 0xCA12C8) is unknown color: approx Deep Magenta. HEX triplet: CA, 12 and C8. RGB value is (202,18,200). Sum of RGB (Red+Green+Blue) = 202+18+200=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA12C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12C8 is #35ED37. Grayscale: #5D5D5D. Windows color (decimal): -3534136 or 13112010. OLE color: 13112010.

HSL color Cylindrical-coordinate representation of color #CA12C8: hue angle of 300.65º 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 #CA12C8 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB20218200-
CMYK00.910.010.21
HSL300.65º83.64%43.14%-
HSV(B)300.65º91.09%79.22%-
XYZ3517.1656.11-
YUV93.76187.96205.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 18 (7.42% from 255) = 4.29%
BLUE value IS 200 (78.52% from 255) = 47.62%
R=48.10%
G=4.29%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021820000.910.010.21300.6583.6443.14
HexCA12C805B11512d542b
Octal31222310013312545512453
Binary110010101001011001000010110111101011001011011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA12C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA12C8; }

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

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

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

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

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

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

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

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