Html Css Color HEX #CA00DC Deep Magenta

📋 copy color: '#CA00DC'

red 202 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #CA00DC

Tints of Deep Magenta #CA00DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.87%
G = 0%
B = 52.13%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA00DC (or 0xCA00DC) is known color: Deep Magenta. HEX triplet: CA, 00 and DC. RGB value is (202,0,220). Sum of RGB (Red+Green+Blue) = 202+0+220=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA00DC is #35FF23. Grayscale: #545454. Windows color (decimal): -3538724 or 14418122. OLE color: 14418122.

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

Color convert

RGB 202 0 220 -
CMYK 0.08 1 0 0.14
HSL 295.09º 1% 0.43% -
HSV(B) 295.09º 1% 0.86% -
XYZ 37.28 17.72 69.17 -
YUV 85.48 203.92 211.11 -
System Red Green Blue C M Y K H S L
Decimal 202 0 220 0.08 1 0 0.14 295.09 1 0.43
Hex CA 0 DC 8 64 0 E 127 64 2B
Octal 312 0 334 10 144 0 16 447 144 53
Binary 11001010 0 11011100 1000 1100100 0 1110 100100111 1100100 101011

Color Harmonies of #CA00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA00DC

Black with #CA00DC

Text Example


Text Example

White with #CA00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA00DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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