Html Css Color HEX #C80BCC Deep Magenta

📋 copy color: '#C80BCC'

red 200 ◦ green 11 ◦ blue 204

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

Shades of Deep Magenta #C80BCC

Tints of Deep Magenta #C80BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.65%

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 48.19%
G = 2.65%
B = 49.16%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C80BCC (or 0xC80BCC) is known color: Deep Magenta. HEX triplet: C8, 0B and CC. RGB value is (200,11,204). Sum of RGB (Red+Green+Blue) = 200+11+204=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #C80BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BCC is #37F433. Grayscale: #585858. Windows color (decimal): -3666996 or 13372360. OLE color: 13372360.

HSL color Cylindrical-coordinate representation of color #C80BCC: hue angle of 298.76º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80BCC is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 11 204 -
CMYK 0.02 0.95 0 0.2
HSL 298.76º 0.9% 0.42% -
HSV(B) 298.76º 0.95% 0.8% -
XYZ 34.84 16.88 58.55 -
YUV 89.51 192.62 206.81 -
System Red Green Blue C M Y K H S L
Decimal 200 11 204 0.02 0.95 0 0.2 298.76 0.9 0.42
Hex C8 B CC 2 5F 0 14 12B 5A 2A
Octal 310 13 314 2 137 0 24 453 132 52
Binary 11001000 1011 11001100 10 1011111 0 10100 100101011 1011010 101010

Color Harmonies of #C80BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80BCC

Black with #C80BCC

Text Example


Text Example

White with #C80BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80BCC; }

 p { color: rgb(200,11,204); }

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

background-color css

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

 a { background-color: rgb(200,11,204); }

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

border-color css

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

 span { border-color: rgb(200,11,204); }

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