Html Css Color HEX #C80CCE Deep Magenta

📋 copy color: '#C80CCE'

red 200 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #C80CCE

Tints of Deep Magenta #C80CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 47.85%
G = 2.87%
B = 49.28%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C80CCE (or 0xC80CCE) is known color: Deep Magenta. HEX triplet: C8, 0C and CE. RGB value is (200,12,206). Sum of RGB (Red+Green+Blue) = 200+12+206=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #C80CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CCE is #37F331. Grayscale: #595959. Windows color (decimal): -3666738 or 13503688. OLE color: 13503688.

HSL color Cylindrical-coordinate representation of color #C80CCE: hue angle of 298.14º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CCE is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 12 206 -
CMYK 0.03 0.94 0 0.19
HSL 298.14º 0.89% 0.43% -
HSV(B) 298.14º 0.94% 0.81% -
XYZ 35.09 17 59.82 -
YUV 90.33 193.28 206.23 -
System Red Green Blue C M Y K H S L
Decimal 200 12 206 0.03 0.94 0 0.19 298.14 0.89 0.43
Hex C8 C CE 3 5E 0 13 12A 59 2B
Octal 310 14 316 3 136 0 23 452 131 53
Binary 11001000 1100 11001110 11 1011110 0 10011 100101010 1011001 101011

Color Harmonies of #C80CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CCE

Black with #C80CCE

Text Example


Text Example

White with #C80CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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