#C409BB

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

Shades of Deep Magenta #C409BB

Tints of Deep Magenta #C409BB

Color information

#C409BB (or 0xC409BB) is unknown color: approx Deep Magenta. HEX triplet: C4, 09 and BB. RGB value is (196,9,187). Sum of RGB (Red+Green+Blue) = 196+9+187=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C409BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C409BB is #3BF644. Grayscale: #545454. Windows color (decimal): -3929669 or 12257732. OLE color: 12257732.

HSL color Cylindrical-coordinate representation of color #C409BB: hue angle of 302.89º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C409BB is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB1969187-
CMYK00.950.050.23
HSL302.89º91.22%40.2%-
HSV(B)302.89º95.41%76.86%-
XYZ31.8315.5248.33-
YUV85.2185.45207.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 2.30%
BLUE value IS 187 (73.44% from 255) = 47.70%
R=50%
G=2.30%
B=47.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196918700.950.050.23302.8991.2240.2
HexC49BB05F51712f5b28
Octal30411273013752745713350
Binary1100010010011011101101011111101101111001011111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C409BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C409BB; }

 p { color: rgb(196,9,187); }

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

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

 a { background-color: rgb(196,9,187); }

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

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

 span { border-color: rgb(196,9,187); }

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