Html Css Color HEX #C00BB8 Deep Magenta

📋 copy color: '#C00BB8'

red 192 ◦ green 11 ◦ blue 184

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

Shades of Deep Magenta #C00BB8

Tints of Deep Magenta #C00BB8

RGB

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

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

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

R = 49.61%
G = 2.84%
B = 47.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C00BB8 (or 0xC00BB8) is known color: Deep Magenta. HEX triplet: C0, 0B and B8. RGB value is (192,11,184). Sum of RGB (Red+Green+Blue) = 192+11+184=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C00BB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BB8 is #3FF447. Grayscale: #545454. Windows color (decimal): -4191304 or 12061632. OLE color: 12061632.

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

Color convert

RGB 192 11 184 -
CMYK 0 0.94 0.04 0.25
HSL 302.65º 0.89% 0.4% -
HSV(B) 302.65º 0.94% 0.75% -
XYZ 30.51 14.91 46.62 -
YUV 84.84 183.97 204.43 -
System Red Green Blue C M Y K H S L
Decimal 192 11 184 0 0.94 0.04 0.25 302.65 0.89 0.4
Hex C0 B B8 0 5E 4 19 12F 59 28
Octal 300 13 270 0 136 4 31 457 131 50
Binary 11000000 1011 10111000 0 1011110 100 11001 100101111 1011001 101000

Color Harmonies of #C00BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BB8

Black with #C00BB8

Text Example


Text Example

White with #C00BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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