Html Css Color HEX #C80BB6 Deep Magenta

📋 copy color: '#C80BB6'

red 200 ◦ green 11 ◦ blue 182

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

Shades of Deep Magenta #C80BB6

Tints of Deep Magenta #C80BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.31%

R = 50.89%
G = 2.8%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C80BB6 (or 0xC80BB6) is known color: Deep Magenta. HEX triplet: C8, 0B and B6. RGB value is (200,11,182). Sum of RGB (Red+Green+Blue) = 200+11+182=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C80BB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BB6 is #37F449. Grayscale: #565656. Windows color (decimal): -3667018 or 11930568. OLE color: 11930568.

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

Color convert

RGB 200 11 182 -
CMYK 0 0.94 0.09 0.22
HSL 305.71º 0.9% 0.41% -
HSV(B) 305.71º 0.95% 0.78% -
XYZ 32.38 15.9 45.62 -
YUV 87.01 181.62 208.6 -
System Red Green Blue C M Y K H S L
Decimal 200 11 182 0 0.94 0.09 0.22 305.71 0.9 0.41
Hex C8 B B6 0 5E 9 16 132 5A 29
Octal 310 13 266 0 136 11 26 462 132 51
Binary 11001000 1011 10110110 0 1011110 1001 10110 100110010 1011010 101001

Color Harmonies of #C80BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80BB6

Black with #C80BB6

Text Example


Text Example

White with #C80BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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