#C606B9

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

Shades of Deep Magenta #C606B9

Tints of Deep Magenta #C606B9

Color information

#C606B9 (or 0xC606B9) is unknown color: approx Deep Magenta. HEX triplet: C6, 06 and B9. RGB value is (198,6,185). Sum of RGB (Red+Green+Blue) = 198+6+185=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C606B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606B9 is #39F946. Grayscale: #535353. Windows color (decimal): -3799367 or 12125894. OLE color: 12125894.

HSL color Cylindrical-coordinate representation of color #C606B9: hue angle of 304.06º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C606B9 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB1986185-
CMYK00.970.070.22
HSL304.06º94.12%40%-
HSV(B)304.06º96.97%77.65%-
XYZ32.1115.6447.23-
YUV83.81185.11209.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.90%
GREEN value IS 6 (2.73% from 255) = 1.54%
BLUE value IS 185 (72.66% from 255) = 47.56%
R=50.90%
G=1.54%
B=47.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198618500.970.070.22304.0694.1240
HexC66B90617161305e28
Octal3066271014172646013650
Binary110001101101011100101100001111101101001100001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C606B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C606B9; }

 p { color: rgb(198,6,185); }

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

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

 a { background-color: rgb(198,6,185); }

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

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

 span { border-color: rgb(198,6,185); }

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