#C40BB0

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

Shades of Deep Magenta #C40BB0

Tints of Deep Magenta #C40BB0

Color information

#C40BB0 (or 0xC40BB0) is unknown color: approx Deep Magenta. HEX triplet: C4, 0B and B0. RGB value is (196,11,176). Sum of RGB (Red+Green+Blue) = 196+11+176=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40BB0 is #3BF44F. Grayscale: #545454. Windows color (decimal): -3929168 or 11537348. OLE color: 11537348.

HSL color Cylindrical-coordinate representation of color #C40BB0: hue angle of 306.49º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40BB0 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB19611176-
CMYK00.940.100.23
HSL306.49º89.37%40.59%-
HSV(B)306.49º94.39%76.86%-
XYZ30.7215.1142.37-
YUV85.12179.29207.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 11 (4.69% from 255) = 2.87%
BLUE value IS 176 (69.14% from 255) = 45.95%
R=51.17%
G=2.87%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961117600.940.100.23306.4989.3740.59
HexC4BB005EA171325929
Octal304132600136122746213151
Binary11000100101110110000010111101010101111001100101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40BB0; }

 p { color: rgb(196,11,176); }

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

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

 a { background-color: rgb(196,11,176); }

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

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

 span { border-color: rgb(196,11,176); }

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