Html Css Color HEX #C002E0 Deep Magenta

📋 copy color: '#C002E0'

red 192 ◦ green 2 ◦ blue 224

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

Shades of Deep Magenta #C002E0

Tints of Deep Magenta #C002E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.59%

R = 45.93%
G = 0.48%
B = 53.59%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C002E0 (or 0xC002E0) is known color: Deep Magenta. HEX triplet: C0, 02 and E0. RGB value is (192,2,224). Sum of RGB (Red+Green+Blue) = 192+2+224=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 224 (87.89% from 255 or 53.59% from 418); Max value from RGB is 224 - color contains mainly: blue. Hex color #C002E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002E0 is #3FFD1F. Grayscale: #535353. Windows color (decimal): -4193568 or 14680768. OLE color: 14680768.

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

Color convert

RGB 192 2 224 -
CMYK 0.14 0.99 0 0.12
HSL 291.35º 0.98% 0.44% -
HSV(B) 291.35º 0.99% 0.88% -
XYZ 35.21 16.63 71.88 -
YUV 84.12 206.95 204.95 -
System Red Green Blue C M Y K H S L
Decimal 192 2 224 0.14 0.99 0 0.12 291.35 0.98 0.44
Hex C0 2 E0 E 63 0 C 123 62 2C
Octal 300 2 340 16 143 0 14 443 142 54
Binary 11000000 10 11100000 1110 1100011 0 1100 100100011 1100010 101100

Color Harmonies of #C002E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002E0

Black with #C002E0

Text Example


Text Example

White with #C002E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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