Html Css Color HEX #CA01DC Deep Magenta

📋 copy color: '#CA01DC'

red 202 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #CA01DC

Tints of Deep Magenta #CA01DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 47.75%
G = 0.24%
B = 52.01%

CMYK

 C value IS 0.08

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA01DC (or 0xCA01DC) is known color: Deep Magenta. HEX triplet: CA, 01 and DC. RGB value is (202,1,220). Sum of RGB (Red+Green+Blue) = 202+1+220=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA01DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA01DC is #35FE23. Grayscale: #555555. Windows color (decimal): -3538468 or 14418378. OLE color: 14418378.

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

Color convert

RGB 202 1 220 -
CMYK 0.08 1.00 0 0.14
HSL 295.07º 0.99% 0.43% -
HSV(B) 295.07º 1% 0.86% -
XYZ 37.29 17.75 69.17 -
YUV 86.07 203.59 210.69 -
System Red Green Blue C M Y K H S L
Decimal 202 1 220 0.08 1.00 0 0.14 295.07 0.99 0.43
Hex CA 1 DC 8 64 0 E 127 63 2B
Octal 312 1 334 10 144 0 16 447 143 53
Binary 11001010 1 11011100 1000 1100100 0 1110 100100111 1100011 101011

Color Harmonies of #CA01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA01DC

Black with #CA01DC

Text Example


Text Example

White with #CA01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA01DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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