Html Css Color HEX #C80BBA Deep Magenta

📋 copy color: '#C80BBA'

red 200 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #C80BBA

Tints of Deep Magenta #C80BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 50.38%
G = 2.77%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C80BBA (or 0xC80BBA) is known color: Deep Magenta. HEX triplet: C8, 0B and BA. RGB value is (200,11,186). Sum of RGB (Red+Green+Blue) = 200+11+186=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 11 (4.69% from 255 or 2.77% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C80BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BBA is #37F445. Grayscale: #565656. Windows color (decimal): -3667014 or 12192712. OLE color: 12192712.

HSL color Cylindrical-coordinate representation of color #C80BBA: hue angle of 304.44º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80BBA is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 11 186 -
CMYK 0 0.94 0.07 0.22
HSL 304.44º 0.9% 0.41% -
HSV(B) 304.44º 0.95% 0.78% -
XYZ 32.8 16.06 47.83 -
YUV 87.46 183.62 208.27 -
System Red Green Blue C M Y K H S L
Decimal 200 11 186 0 0.94 0.07 0.22 304.44 0.9 0.41
Hex C8 B BA 0 5E 7 16 130 5A 29
Octal 310 13 272 0 136 7 26 460 132 51
Binary 11001000 1011 10111010 0 1011110 111 10110 100110000 1011010 101001

Color Harmonies of #C80BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80BBA

Black with #C80BBA

Text Example


Text Example

White with #C80BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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