#CA07DF

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

Shades of Deep Magenta #CA07DF

Tints of Deep Magenta #CA07DF

Color information

#CA07DF (or 0xCA07DF) is unknown color: approx Deep Magenta. HEX triplet: CA, 07 and DF. RGB value is (202,7,223). Sum of RGB (Red+Green+Blue) = 202+7+223=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 7 (3.12% from 255 or 1.62% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA07DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07DF is #35F820. Grayscale: #595959. Windows color (decimal): -3536929 or 14616522. OLE color: 14616522.

HSL color Cylindrical-coordinate representation of color #CA07DF: hue angle of 294.17º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07DF is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2027223-
CMYK0.090.9700.13
HSL294.17º93.91%45.1%-
HSV(B)294.17º96.86%87.45%-
XYZ37.7518.0471.3-
YUV89.93203.1207.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 7 (3.12% from 255) = 1.62%
BLUE value IS 223 (87.5% from 255) = 51.62%
R=46.76%
G=1.62%
B=51.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal20272230.090.9700.13294.1793.9145.1
HexCA7DF9610D1265e2d
Octal31273371114101544613655
Binary110010101111101111110011100001011011001001101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA07DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA07DF; }

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

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

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

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

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

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

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

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