Html Css Color HEX #CA0DDC Deep Magenta

📋 copy color: '#CA0DDC'

red 202 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #CA0DDC

Tints of Deep Magenta #CA0DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 46.44%
G = 2.99%
B = 50.57%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA0DDC (or 0xCA0DDC) is known color: Deep Magenta. HEX triplet: CA, 0D and DC. RGB value is (202,13,220). Sum of RGB (Red+Green+Blue) = 202+13+220=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA0DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DDC is #35F223. Grayscale: #5C5C5C. Windows color (decimal): -3535396 or 14421450. OLE color: 14421450.

HSL color Cylindrical-coordinate representation of color #CA0DDC: hue angle of 294.78º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0DDC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 13 220 -
CMYK 0.08 0.94 0 0.14
HSL 294.78º 0.89% 0.46% -
HSV(B) 294.78º 0.94% 0.86% -
XYZ 37.42 18.01 69.21 -
YUV 93.11 199.62 205.67 -
System Red Green Blue C M Y K H S L
Decimal 202 13 220 0.08 0.94 0 0.14 294.78 0.89 0.46
Hex CA D DC 8 5E 0 E 127 59 2E
Octal 312 15 334 10 136 0 16 447 131 56
Binary 11001010 1101 11011100 1000 1011110 0 1110 100100111 1011001 101110

Color Harmonies of #CA0DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0DDC

Black with #CA0DDC

Text Example


Text Example

White with #CA0DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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