Html Css Color HEX #CA08DF Deep Magenta

📋 copy color: '#CA08DF'

red 202 ◦ green 8 ◦ blue 223

#CA08DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CA08DF

Tints of Deep Magenta #CA08DF

RGB

 RED value IS 202 (79.3% from 255) = 46.65%

 GREEN value IS 8 (3.52% from 255) = 1.85%

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 46.65%
G = 1.85%
B = 51.5%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA08DF (or 0xCA08DF) is known color: Deep Magenta. HEX triplet: CA, 08 and DF. RGB value is (202,8,223). Sum of RGB (Red+Green+Blue) = 202+8+223=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 8 (3.52% from 255 or 1.85% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA08DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA08DF is #35F720. Grayscale: #595959. Windows color (decimal): -3536673 or 14616778. OLE color: 14616778.

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

Color convert

RGB 202 8 223 -
CMYK 0.09 0.96 0 0.13
HSL 294.14º 0.93% 0.45% -
HSV(B) 294.14º 0.96% 0.87% -
XYZ 37.76 18.06 71.31 -
YUV 90.52 202.77 207.52 -
System Red Green Blue C M Y K H S L
Decimal 202 8 223 0.09 0.96 0 0.13 294.14 0.93 0.45
Hex CA 8 DF 9 60 0 D 126 5D 2D
Octal 312 10 337 11 140 0 15 446 135 55
Binary 11001010 1000 11011111 1001 1100000 0 1101 100100110 1011101 101101

Color Harmonies of #CA08DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA08DF

Black with #CA08DF

Text Example


Text Example

White with #CA08DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA08DF; }

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

 H1.HeaderClassName
 {
   color: #CA08DF;
 }
 .AnyTagClassName
 {
   color: #CA08DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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