Html Css Color HEX #C80ECE Deep Magenta

📋 copy color: '#C80ECE'

red 200 ◦ green 14 ◦ blue 206

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

Shades of Deep Magenta #C80ECE

Tints of Deep Magenta #C80ECE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.33%

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

R = 47.62%
G = 3.33%
B = 49.05%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C80ECE (or 0xC80ECE) is known color: Deep Magenta. HEX triplet: C8, 0E and CE. RGB value is (200,14,206). Sum of RGB (Red+Green+Blue) = 200+14+206=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #C80ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ECE is #37F131. Grayscale: #5A5A5A. Windows color (decimal): -3666226 or 13504200. OLE color: 13504200.

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

Color convert

RGB 200 14 206 -
CMYK 0.03 0.93 0 0.19
HSL 298.13º 0.87% 0.43% -
HSV(B) 298.13º 0.93% 0.81% -
XYZ 35.12 17.05 59.83 -
YUV 91.5 192.62 205.39 -
System Red Green Blue C M Y K H S L
Decimal 200 14 206 0.03 0.93 0 0.19 298.13 0.87 0.43
Hex C8 E CE 3 5D 0 13 12A 57 2B
Octal 310 16 316 3 135 0 23 452 127 53
Binary 11001000 1110 11001110 11 1011101 0 10011 100101010 1010111 101011

Color Harmonies of #C80ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ECE

Black with #C80ECE

Text Example


Text Example

White with #C80ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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