#CA0FB2

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

Shades of Deep Magenta #CA0FB2

Tints of Deep Magenta #CA0FB2

Color information

#CA0FB2 (or 0xCA0FB2) is unknown color: approx Deep Magenta. HEX triplet: CA, 0F and B2. RGB value is (202,15,178). Sum of RGB (Red+Green+Blue) = 202+15+178=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 178 (69.92% from 255 or 45.06% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0FB2 is #35F04D. Grayscale: #595959. Windows color (decimal): -3534926 or 11669450. OLE color: 11669450.

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

Color convert

RGB20215178-
CMYK00.930.120.21
HSL307.7º86.18%42.55%-
HSV(B)307.7º92.57%79.22%-
XYZ32.5616.1143.51-
YUV89.5177.95208.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 15 (6.25% from 255) = 3.80%
BLUE value IS 178 (69.92% from 255) = 45.06%
R=51.14%
G=3.80%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021517800.930.120.21307.786.1842.55
HexCAFB205DC15134562b
Octal312172620135142546412653
Binary11001010111110110010010111011100101011001101001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0FB2; }

 p { color: rgb(202,15,178); }

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

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

 a { background-color: rgb(202,15,178); }

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

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

 span { border-color: rgb(202,15,178); }

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