Html Css Color HEX #C80ECA Deep Magenta

📋 copy color: '#C80ECA'

red 200 ◦ green 14 ◦ blue 202

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

Shades of Deep Magenta #C80ECA

Tints of Deep Magenta #C80ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 48.08%
G = 3.37%
B = 48.56%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C80ECA (or 0xC80ECA) is known color: Deep Magenta. HEX triplet: C8, 0E and CA. RGB value is (200,14,202). Sum of RGB (Red+Green+Blue) = 200+14+202=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #C80ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ECA is #37F135. Grayscale: #5A5A5A. Windows color (decimal): -3666230 or 13242056. OLE color: 13242056.

HSL color Cylindrical-coordinate representation of color #C80ECA: hue angle of 299.36º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80ECA is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 14 202 -
CMYK 0.01 0.93 0 0.21
HSL 299.36º 0.87% 0.42% -
HSV(B) 299.36º 0.93% 0.79% -
XYZ 34.64 16.86 57.31 -
YUV 91.05 190.62 205.71 -
System Red Green Blue C M Y K H S L
Decimal 200 14 202 0.01 0.93 0 0.21 299.36 0.87 0.42
Hex C8 E CA 1 5D 0 15 12B 57 2A
Octal 310 16 312 1 135 0 25 453 127 52
Binary 11001000 1110 11001010 1 1011101 0 10101 100101011 1010111 101010

Color Harmonies of #C80ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ECA

Black with #C80ECA

Text Example


Text Example

White with #C80ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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