#C000B9

Color #C000B9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C000B9

Tints of Deep Magenta #C000B9

Color information

#C000B9 (or 0xC000B9) is unknown color: approx Deep Magenta. HEX triplet: C0, 00 and B9. RGB value is (192,0,185). Sum of RGB (Red+Green+Blue) = 192+0+185=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C000B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000B9 is #3FFF46. Grayscale: #4D4D4D. Windows color (decimal): -4194119 or 12124352. OLE color: 12124352.

HSL color Cylindrical-coordinate representation of color #C000B9: hue angle of 302.19º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000B9 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB1920185-
CMYK010.040.25
HSL302.19º100%37.65%-
HSV(B)302.19º100%75.29%-
XYZ30.514.7147.13-
YUV78.5188.11208.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 185 (72.66% from 255) = 49.07%
R=50.93%
G=0%
B=49.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1920185010.040.25302.1910037.65
HexC00B906441912e6426
Octal3000271014443145614446
Binary1100000001011100101100100100110011001011101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C000B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C000B9; }

 p { color: rgb(192,0,185); }

 H1.HeaderClassName
 {
   color: #C000B9;
 }
 .AnyTagClassName
 {
   color: #C000B9;
 }
</style>
background-color css

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

 a { background-color: rgb(192,0,185); }

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

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

 span { border-color: rgb(192,0,185); }

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