Html Css Color HEX #C002C0 Deep Magenta

📋 copy color: '#C002C0'

red 192 ◦ green 2 ◦ blue 192

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

Shades of Deep Magenta #C002C0

Tints of Deep Magenta #C002C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.74%

R = 49.74%
G = 0.52%
B = 49.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C002C0 (or 0xC002C0) is known color: Deep Magenta. HEX triplet: C0, 02 and C0. RGB value is (192,2,192). Sum of RGB (Red+Green+Blue) = 192+2+192=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C002C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002C0 is #3FFD3F. Grayscale: #4F4F4F. Windows color (decimal): -4193600 or 12583616. OLE color: 12583616.

HSL color Cylindrical-coordinate representation of color #C002C0: hue angle of 300º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002C0 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 192 -
CMYK 0 0.99 0 0.25
HSL 300º 0.98% 0.38% -
HSV(B) 300º 0.99% 0.75% -
XYZ 31.27 15.06 51.13 -
YUV 80.47 190.95 207.55 -
System Red Green Blue C M Y K H S L
Decimal 192 2 192 0 0.99 0 0.25 300 0.98 0.38
Hex C0 2 C0 0 63 0 19 12C 62 26
Octal 300 2 300 0 143 0 31 454 142 46
Binary 11000000 10 11000000 0 1100011 0 11001 100101100 1100010 100110

Color Harmonies of #C002C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002C0

Black with #C002C0

Text Example


Text Example

White with #C002C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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