Html Css Color HEX #C002DF Deep Magenta

📋 copy color: '#C002DF'

red 192 ◦ green 2 ◦ blue 223

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

Shades of Deep Magenta #C002DF

Tints of Deep Magenta #C002DF

RGB

 RED value IS 192 (75.39% from 255) = 46.04%

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 46.04%
G = 0.48%
B = 53.48%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C002DF (or 0xC002DF) is known color: Deep Magenta. HEX triplet: C0, 02 and DF. RGB value is (192,2,223). Sum of RGB (Red+Green+Blue) = 192+2+223=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #C002DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002DF is #3FFD20. Grayscale: #535353. Windows color (decimal): -4193569 or 14615232. OLE color: 14615232.

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

Color convert

RGB 192 2 223 -
CMYK 0.14 0.99 0 0.13
HSL 291.58º 0.98% 0.44% -
HSV(B) 291.58º 0.99% 0.87% -
XYZ 35.08 16.58 71.16 -
YUV 84 206.45 205.03 -
System Red Green Blue C M Y K H S L
Decimal 192 2 223 0.14 0.99 0 0.13 291.58 0.98 0.44
Hex C0 2 DF E 63 0 D 124 62 2C
Octal 300 2 337 16 143 0 15 444 142 54
Binary 11000000 10 11011111 1110 1100011 0 1101 100100100 1100010 101100

Color Harmonies of #C002DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002DF

Black with #C002DF

Text Example


Text Example

White with #C002DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002DF; }

 p { color: rgb(192,2,223); }

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

background-color css

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

 a { background-color: rgb(192,2,223); }

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

border-color css

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

 span { border-color: rgb(192,2,223); }

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