Html Css Color HEX #C80BB9 Deep Magenta

📋 copy color: '#C80BB9'

red 200 ◦ green 11 ◦ blue 185

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

Shades of Deep Magenta #C80BB9

Tints of Deep Magenta #C80BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.72%

R = 50.51%
G = 2.78%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C80BB9 (or 0xC80BB9) is known color: Deep Magenta. HEX triplet: C8, 0B and B9. RGB value is (200,11,185). Sum of RGB (Red+Green+Blue) = 200+11+185=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C80BB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BB9 is #37F446. Grayscale: #565656. Windows color (decimal): -3667015 or 12127176. OLE color: 12127176.

HSL color Cylindrical-coordinate representation of color #C80BB9: hue angle of 304.76º 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 #C80BB9 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 11 185 -
CMYK 0 0.94 0.08 0.22
HSL 304.76º 0.9% 0.41% -
HSV(B) 304.76º 0.95% 0.78% -
XYZ 32.7 16.02 47.27 -
YUV 87.35 183.12 208.35 -
System Red Green Blue C M Y K H S L
Decimal 200 11 185 0 0.94 0.08 0.22 304.76 0.9 0.41
Hex C8 B B9 0 5E 8 16 131 5A 29
Octal 310 13 271 0 136 10 26 461 132 51
Binary 11001000 1011 10111001 0 1011110 1000 10110 100110001 1011010 101001

Color Harmonies of #C80BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80BB9

Black with #C80BB9

Text Example


Text Example

White with #C80BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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