#C40BB2

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

Shades of Deep Magenta #C40BB2

Tints of Deep Magenta #C40BB2

Color information

#C40BB2 (or 0xC40BB2) is unknown color: approx Deep Magenta. HEX triplet: C4, 0B and B2. RGB value is (196,11,178). Sum of RGB (Red+Green+Blue) = 196+11+178=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40BB2 is #3BF44D. Grayscale: #545454. Windows color (decimal): -3929166 or 11668420. OLE color: 11668420.

HSL color Cylindrical-coordinate representation of color #C40BB2: hue angle of 305.84º 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 #C40BB2 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB19611178-
CMYK00.940.090.23
HSL305.84º89.37%40.59%-
HSV(B)305.84º94.39%76.86%-
XYZ30.9215.1943.42-
YUV85.35180.29206.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.91%
GREEN value IS 11 (4.69% from 255) = 2.86%
BLUE value IS 178 (69.92% from 255) = 46.23%
R=50.91%
G=2.86%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961117800.940.090.23305.8489.3740.59
HexC4BB205E9171325929
Octal304132620136112746213151
Binary11000100101110110010010111101001101111001100101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40BB2; }

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

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

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

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

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

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

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

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