Html Css Color HEX #C000B9 Deep Magenta

📋 copy color: '#C000B9'

red 192 ◦ green 0 ◦ blue 185

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

Shades of Deep Magenta #C000B9

Tints of Deep Magenta #C000B9

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 value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C000B9 (or 0xC000B9) is known color: 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

RGB 192 0 185 -
CMYK 0 1 0.04 0.25
HSL 302.19º 1% 0.38% -
HSV(B) 302.19º 1% 0.75% -
XYZ 30.5 14.71 47.13 -
YUV 78.5 188.11 208.96 -
System Red Green Blue C M Y K H S L
Decimal 192 0 185 0 1 0.04 0.25 302.19 1 0.38
Hex C0 0 B9 0 64 4 19 12E 64 26
Octal 300 0 271 0 144 4 31 456 144 46
Binary 11000000 0 10111001 0 1100100 100 11001 100101110 1100100 100110

Color Harmonies of #C000B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000B9

Black with #C000B9

Text Example


Text Example

White with #C000B9

Text Example


Text Example

HTML Codes & Css Web 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>