Html Css Color HEX #CA00DF Deep Magenta

📋 copy color: '#CA00DF'

red 202 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #CA00DF

Tints of Deep Magenta #CA00DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 47.53%
G = 0%
B = 52.47%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA00DF (or 0xCA00DF) is known color: Deep Magenta. HEX triplet: CA, 00 and DF. RGB value is (202,0,223). Sum of RGB (Red+Green+Blue) = 202+0+223=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 0 (0.39% from 255 or 0% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA00DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA00DF is #35FF20. Grayscale: #555555. Windows color (decimal): -3538721 or 14614730. OLE color: 14614730.

HSL color Cylindrical-coordinate representation of color #CA00DF: hue angle of 294.35º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00DF is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 0 223 -
CMYK 0.09 1 0 0.13
HSL 294.35º 1% 0.44% -
HSV(B) 294.35º 1% 0.87% -
XYZ 37.68 17.88 71.28 -
YUV 85.82 205.42 210.87 -
System Red Green Blue C M Y K H S L
Decimal 202 0 223 0.09 1 0 0.13 294.35 1 0.44
Hex CA 0 DF 9 64 0 D 126 64 2C
Octal 312 0 337 11 144 0 15 446 144 54
Binary 11001010 0 11011111 1001 1100100 0 1101 100100110 1100100 101100

Color Harmonies of #CA00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA00DF

Black with #CA00DF

Text Example


Text Example

White with #CA00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA00DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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