Html Css Color HEX #C80BB8 Deep Magenta

📋 copy color: '#C80BB8'

red 200 ◦ green 11 ◦ blue 184

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

Shades of Deep Magenta #C80BB8

Tints of Deep Magenta #C80BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.58%

R = 50.63%
G = 2.78%
B = 46.58%

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

#C80BB8 (or 0xC80BB8) is known color: Deep Magenta. HEX triplet: C8, 0B and B8. RGB value is (200,11,184). Sum of RGB (Red+Green+Blue) = 200+11+184=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C80BB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BB8 is #37F447. Grayscale: #565656. Windows color (decimal): -3667016 or 12061640. OLE color: 12061640.

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

Color convert

RGB 200 11 184 -
CMYK 0 0.94 0.08 0.22
HSL 305.08º 0.9% 0.41% -
HSV(B) 305.08º 0.95% 0.78% -
XYZ 32.59 15.98 46.71 -
YUV 87.23 182.62 208.43 -
System Red Green Blue C M Y K H S L
Decimal 200 11 184 0 0.94 0.08 0.22 305.08 0.9 0.41
Hex C8 B B8 0 5E 8 16 131 5A 29
Octal 310 13 270 0 136 10 26 461 132 51
Binary 11001000 1011 10111000 0 1011110 1000 10110 100110001 1011010 101001

Color Harmonies of #C80BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80BB8

Black with #C80BB8

Text Example


Text Example

White with #C80BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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