Html Css Color HEX #CA0DD2 Deep Magenta

📋 copy color: '#CA0DD2'

red 202 ◦ green 13 ◦ blue 210

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

Shades of Deep Magenta #CA0DD2

Tints of Deep Magenta #CA0DD2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.06%

 BLUE value IS 210 (82.42% from 255) = 49.41%

R = 47.53%
G = 3.06%
B = 49.41%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA0DD2 (or 0xCA0DD2) is known color: Deep Magenta. HEX triplet: CA, 0D and D2. RGB value is (202,13,210). Sum of RGB (Red+Green+Blue) = 202+13+210=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 210 (82.42% from 255 or 49.41% from 425); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA0DD2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DD2 is #35F22D. Grayscale: #5B5B5B. Windows color (decimal): -3535406 or 13766090. OLE color: 13766090.

HSL color Cylindrical-coordinate representation of color #CA0DD2: hue angle of 297.56º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0DD2 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 13 210 -
CMYK 0.04 0.94 0 0.18
HSL 297.56º 0.88% 0.44% -
HSV(B) 297.56º 0.94% 0.82% -
XYZ 36.13 17.5 62.45 -
YUV 91.97 194.62 206.48 -
System Red Green Blue C M Y K H S L
Decimal 202 13 210 0.04 0.94 0 0.18 297.56 0.88 0.44
Hex CA D D2 4 5E 0 12 12A 58 2C
Octal 312 15 322 4 136 0 22 452 130 54
Binary 11001010 1101 11010010 100 1011110 0 10010 100101010 1011000 101100

Color Harmonies of #CA0DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0DD2

Black with #CA0DD2

Text Example


Text Example

White with #CA0DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0DD2; }

 p { color: rgb(202,13,210); }

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

background-color css

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

 a { background-color: rgb(202,13,210); }

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

border-color css

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

 span { border-color: rgb(202,13,210); }

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