Html Css Color HEX #CA08B0 Deep Magenta

📋 copy color: '#CA08B0'

red 202 ◦ green 8 ◦ blue 176

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

Shades of Deep Magenta #CA08B0

Tints of Deep Magenta #CA08B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.6%

R = 52.33%
G = 2.07%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA08B0 (or 0xCA08B0) is known color: Deep Magenta. HEX triplet: CA, 08 and B0. RGB value is (202,8,176). Sum of RGB (Red+Green+Blue) = 202+8+176=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA08B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA08B0 is #35F74F. Grayscale: #545454. Windows color (decimal): -3536720 or 11536586. OLE color: 11536586.

HSL color Cylindrical-coordinate representation of color #CA08B0: hue angle of 308.04º 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 #CA08B0 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 8 176 -
CMYK 0 0.96 0.13 0.21
HSL 308.04º 0.92% 0.41% -
HSV(B) 308.04º 0.96% 0.79% -
XYZ 32.28 15.86 42.44 -
YUV 85.16 179.27 211.34 -
System Red Green Blue C M Y K H S L
Decimal 202 8 176 0 0.96 0.13 0.21 308.04 0.92 0.41
Hex CA 8 B0 0 60 D 15 134 5C 29
Octal 312 10 260 0 140 15 25 464 134 51
Binary 11001010 1000 10110000 0 1100000 1101 10101 100110100 1011100 101001

Color Harmonies of #CA08B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA08B0

Black with #CA08B0

Text Example


Text Example

White with #CA08B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA08B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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