Html Css Color HEX #CA08DA Deep Magenta

📋 copy color: '#CA08DA'

red 202 ◦ green 8 ◦ blue 218

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

Shades of Deep Magenta #CA08DA

Tints of Deep Magenta #CA08DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.93%

R = 47.2%
G = 1.87%
B = 50.93%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA08DA (or 0xCA08DA) is known color: Deep Magenta. HEX triplet: CA, 08 and DA. RGB value is (202,8,218). Sum of RGB (Red+Green+Blue) = 202+8+218=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA08DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA08DA is #35F725. Grayscale: #595959. Windows color (decimal): -3536678 or 14289098. OLE color: 14289098.

HSL color Cylindrical-coordinate representation of color #CA08DA: hue angle of 295.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA08DA is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 8 218 -
CMYK 0.07 0.96 0 0.15
HSL 295.43º 0.93% 0.44% -
HSV(B) 295.43º 0.96% 0.85% -
XYZ 37.1 17.79 67.81 -
YUV 89.95 200.27 207.92 -
System Red Green Blue C M Y K H S L
Decimal 202 8 218 0.07 0.96 0 0.15 295.43 0.93 0.44
Hex CA 8 DA 7 60 0 F 127 5D 2C
Octal 312 10 332 7 140 0 17 447 135 54
Binary 11001010 1000 11011010 111 1100000 0 1111 100100111 1011101 101100

Color Harmonies of #CA08DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA08DA

Black with #CA08DA

Text Example


Text Example

White with #CA08DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA08DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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