#CA07BE

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

Shades of Deep Magenta #CA07BE

Tints of Deep Magenta #CA07BE

Color information

#CA07BE (or 0xCA07BE) is unknown color: approx Deep Magenta. HEX triplet: CA, 07 and BE. RGB value is (202,7,190). Sum of RGB (Red+Green+Blue) = 202+7+190=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA07BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07BE is #35F841. Grayscale: #555555. Windows color (decimal): -3536962 or 12453834. OLE color: 12453834.

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

Color convert

RGB2027190-
CMYK00.970.060.21
HSL303.69º93.3%40.98%-
HSV(B)303.69º96.53%79.22%-
XYZ33.7316.4350.11-
YUV86.17186.6210.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 7 (3.12% from 255) = 1.75%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=50.63%
G=1.75%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202719000.970.060.21303.6993.340.98
HexCA7BE0616151305d29
Octal3127276014162546013551
Binary110010101111011111001100001110101011001100001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA07BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA07BE; }

 p { color: rgb(202,7,190); }

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

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

 a { background-color: rgb(202,7,190); }

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

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

 span { border-color: rgb(202,7,190); }

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