Html Css Color HEX #C80CDF Deep Magenta

📋 copy color: '#C80CDF'

red 200 ◦ green 12 ◦ blue 223

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

Shades of Deep Magenta #C80CDF

Tints of Deep Magenta #C80CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 45.98%
G = 2.76%
B = 51.26%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C80CDF (or 0xC80CDF) is known color: Deep Magenta. HEX triplet: C8, 0C and DF. RGB value is (200,12,223). Sum of RGB (Red+Green+Blue) = 200+12+223=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #C80CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CDF is #37F320. Grayscale: #5B5B5B. Windows color (decimal): -3666721 or 14617800. OLE color: 14617800.

HSL color Cylindrical-coordinate representation of color #C80CDF: hue angle of 293.46º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80CDF is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 12 223 -
CMYK 0.10 0.95 0 0.13
HSL 293.46º 0.9% 0.46% -
HSV(B) 293.46º 0.95% 0.87% -
XYZ 37.27 17.87 71.3 -
YUV 92.27 201.78 204.84 -
System Red Green Blue C M Y K H S L
Decimal 200 12 223 0.10 0.95 0 0.13 293.46 0.9 0.46
Hex C8 C DF A 5F 0 D 125 5A 2E
Octal 310 14 337 12 137 0 15 445 132 56
Binary 11001000 1100 11011111 1010 1011111 0 1101 100100101 1011010 101110

Color Harmonies of #C80CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CDF

Black with #C80CDF

Text Example


Text Example

White with #C80CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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