Html Css Color HEX #C002DE Deep Magenta

📋 copy color: '#C002DE'

red 192 ◦ green 2 ◦ blue 222

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

Shades of Deep Magenta #C002DE

Tints of Deep Magenta #C002DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.37%

R = 46.15%
G = 0.48%
B = 53.37%

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

#C002DE (or 0xC002DE) is known color: Deep Magenta. HEX triplet: C0, 02 and DE. RGB value is (192,2,222). Sum of RGB (Red+Green+Blue) = 192+2+222=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #C002DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002DE is #3FFD21. Grayscale: #535353. Windows color (decimal): -4193570 or 14549696. OLE color: 14549696.

HSL color Cylindrical-coordinate representation of color #C002DE: hue angle of 291.82º 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 #C002DE is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 2 222 -
CMYK 0.14 0.99 0 0.13
HSL 291.82º 0.98% 0.44% -
HSV(B) 291.82º 0.99% 0.87% -
XYZ 34.94 16.52 70.45 -
YUV 83.89 205.95 205.11 -
System Red Green Blue C M Y K H S L
Decimal 192 2 222 0.14 0.99 0 0.13 291.82 0.98 0.44
Hex C0 2 DE E 63 0 D 124 62 2C
Octal 300 2 336 16 143 0 15 444 142 54
Binary 11000000 10 11011110 1110 1100011 0 1101 100100100 1100010 101100

Color Harmonies of #C002DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002DE

Black with #C002DE

Text Example


Text Example

White with #C002DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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