Html Css Color HEX #C80CC0 Deep Magenta

📋 copy color: '#C80CC0'

red 200 ◦ green 12 ◦ blue 192

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

Shades of Deep Magenta #C80CC0

Tints of Deep Magenta #C80CC0

RGB

 RED value IS 200 (78.52% from 255) = 49.5%

 GREEN value IS 12 (5.08% from 255) = 2.97%

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

R = 49.5%
G = 2.97%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C80CC0 (or 0xC80CC0) is known color: Deep Magenta. HEX triplet: C8, 0C and C0. RGB value is (200,12,192). Sum of RGB (Red+Green+Blue) = 200+12+192=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C80CC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CC0 is #37F33F. Grayscale: #585858. Windows color (decimal): -3666752 or 12586184. OLE color: 12586184.

HSL color Cylindrical-coordinate representation of color #C80CC0: hue angle of 302.55º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CC0 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 12 192 -
CMYK 0 0.94 0.04 0.22
HSL 302.55º 0.89% 0.42% -
HSV(B) 302.55º 0.94% 0.78% -
XYZ 33.47 16.35 51.26 -
YUV 88.73 186.28 207.36 -
System Red Green Blue C M Y K H S L
Decimal 200 12 192 0 0.94 0.04 0.22 302.55 0.89 0.42
Hex C8 C C0 0 5E 4 16 12F 59 2A
Octal 310 14 300 0 136 4 26 457 131 52
Binary 11001000 1100 11000000 0 1011110 100 10110 100101111 1011001 101010

Color Harmonies of #C80CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CC0

Black with #C80CC0

Text Example


Text Example

White with #C80CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CC0; }

 p { color: rgb(200,12,192); }

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

background-color css

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

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

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

border-color css

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

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

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