#CA08CF

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

Shades of Deep Magenta #CA08CF

Tints of Deep Magenta #CA08CF

Color information

#CA08CF (or 0xCA08CF) is unknown color: approx Deep Magenta. HEX triplet: CA, 08 and CF. RGB value is (202,8,207). Sum of RGB (Red+Green+Blue) = 202+8+207=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 8 (3.52% from 255 or 1.92% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA08CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA08CF is #35F730. Grayscale: #585858. Windows color (decimal): -3536689 or 13568202. OLE color: 13568202.

HSL color Cylindrical-coordinate representation of color #CA08CF: hue angle of 298.49º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA08CF is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2028207-
CMYK0.020.9600.19
HSL298.49º92.56%42.16%-
HSV(B)298.49º96.14%81.18%-
XYZ35.7117.2460.48-
YUV88.69194.77208.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 8 (3.52% from 255) = 1.92%
BLUE value IS 207 (81.25% from 255) = 49.64%
R=48.44%
G=1.92%
B=49.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20282070.020.9600.19298.4992.5642.16
HexCA8CF26001312a5d2a
Octal31210317214002345213552
Binary110010101000110011111011000000100111001010101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA08CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA08CF; }

 p { color: rgb(202,8,207); }

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

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

 a { background-color: rgb(202,8,207); }

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

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

 span { border-color: rgb(202,8,207); }

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