#CA12BD

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

Shades of Deep Magenta #CA12BD

Tints of Deep Magenta #CA12BD

Color information

#CA12BD (or 0xCA12BD) is unknown color: approx Deep Magenta. HEX triplet: CA, 12 and BD. RGB value is (202,18,189). Sum of RGB (Red+Green+Blue) = 202+18+189=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA12BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12BD is #35ED42. Grayscale: #5C5C5C. Windows color (decimal): -3534147 or 12391114. OLE color: 12391114.

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

Color convert

RGB20218189-
CMYK00.910.060.21
HSL304.24º83.64%43.14%-
HSV(B)304.24º91.09%79.22%-
XYZ33.7616.6649.58-
YUV92.51182.46206.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 18 (7.42% from 255) = 4.40%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=49.39%
G=4.40%
B=46.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021818900.910.060.21304.2483.6443.14
HexCA12BD05B615130542b
Octal31222275013362546012453
Binary11001010100101011110101011011110101011001100001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA12BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA12BD; }

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

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

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

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

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

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

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

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