Html Css Color HEX #CA08A8 Deep Magenta

📋 copy color: '#CA08A8'

red 202 ◦ green 8 ◦ blue 168

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

Shades of Deep Magenta #CA08A8

Tints of Deep Magenta #CA08A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.44%

R = 53.44%
G = 2.12%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA08A8 (or 0xCA08A8) is known color: Deep Magenta. HEX triplet: CA, 08 and A8. RGB value is (202,8,168). Sum of RGB (Red+Green+Blue) = 202+8+168=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA08A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA08A8 is #35F757. Grayscale: #535353. Windows color (decimal): -3536728 or 11012298. OLE color: 11012298.

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

Color convert

RGB 202 8 168 -
CMYK 0 0.96 0.17 0.21
HSL 310.52º 0.92% 0.41% -
HSV(B) 310.52º 0.96% 0.79% -
XYZ 31.51 15.56 38.39 -
YUV 84.25 175.27 211.99 -
System Red Green Blue C M Y K H S L
Decimal 202 8 168 0 0.96 0.17 0.21 310.52 0.92 0.41
Hex CA 8 A8 0 60 11 15 137 5C 29
Octal 312 10 250 0 140 21 25 467 134 51
Binary 11001010 1000 10101000 0 1100000 10001 10101 100110111 1011100 101001

Color Harmonies of #CA08A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA08A8

Black with #CA08A8

Text Example


Text Example

White with #CA08A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA08A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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