Html Css Color HEX #C000BB Deep Magenta

📋 copy color: '#C000BB'

red 192 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #C000BB

Tints of Deep Magenta #C000BB

RGB

 RED value IS 192 (75.39% from 255) = 50.66%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 50.66%
G = 0%
B = 49.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C000BB (or 0xC000BB) is known color: Deep Magenta. HEX triplet: C0, 00 and BB. RGB value is (192,0,187). Sum of RGB (Red+Green+Blue) = 192+0+187=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C000BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000BB is #3FFF44. Grayscale: #4E4E4E. Windows color (decimal): -4194117 or 12255424. OLE color: 12255424.

HSL color Cylindrical-coordinate representation of color #C000BB: hue angle of 301.56º 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 #C000BB is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 187 -
CMYK 0 1 0.03 0.25
HSL 301.56º 1% 0.38% -
HSV(B) 301.56º 1% 0.75% -
XYZ 30.71 14.79 48.25 -
YUV 78.73 189.11 208.79 -
System Red Green Blue C M Y K H S L
Decimal 192 0 187 0 1 0.03 0.25 301.56 1 0.38
Hex C0 0 BB 0 64 3 19 12E 64 26
Octal 300 0 273 0 144 3 31 456 144 46
Binary 11000000 0 10111011 0 1100100 11 11001 100101110 1100100 100110

Color Harmonies of #C000BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000BB

Black with #C000BB

Text Example


Text Example

White with #C000BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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