Html Css Color HEX #C80ECF Deep Magenta

📋 copy color: '#C80ECF'

red 200 ◦ green 14 ◦ blue 207

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

Shades of Deep Magenta #C80ECF

Tints of Deep Magenta #C80ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 47.51%
G = 3.33%
B = 49.17%

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

#C80ECF (or 0xC80ECF) is known color: Deep Magenta. HEX triplet: C8, 0E and CF. RGB value is (200,14,207). Sum of RGB (Red+Green+Blue) = 200+14+207=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #C80ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80ECF is #37F130. Grayscale: #5B5B5B. Windows color (decimal): -3666225 or 13569736. OLE color: 13569736.

HSL color Cylindrical-coordinate representation of color #C80ECF: hue angle of 297.82º 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 #C80ECF is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 14 207 -
CMYK 0.03 0.93 0 0.19
HSL 297.82º 0.87% 0.43% -
HSV(B) 297.82º 0.93% 0.81% -
XYZ 35.24 17.1 60.47 -
YUV 91.62 193.12 205.31 -
System Red Green Blue C M Y K H S L
Decimal 200 14 207 0.03 0.93 0 0.19 297.82 0.87 0.43
Hex C8 E CF 3 5D 0 13 12A 57 2B
Octal 310 16 317 3 135 0 23 452 127 53
Binary 11001000 1110 11001111 11 1011101 0 10011 100101010 1010111 101011

Color Harmonies of #C80ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80ECF

Black with #C80ECF

Text Example


Text Example

White with #C80ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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