#C606BB

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

Shades of Deep Magenta #C606BB

Tints of Deep Magenta #C606BB

Color information

#C606BB (or 0xC606BB) is unknown color: approx Deep Magenta. HEX triplet: C6, 06 and BB. RGB value is (198,6,187). Sum of RGB (Red+Green+Blue) = 198+6+187=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C606BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606BB is #39F944. Grayscale: #535353. Windows color (decimal): -3799365 or 12256966. OLE color: 12256966.

HSL color Cylindrical-coordinate representation of color #C606BB: hue angle of 303.44º 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 #C606BB is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB1986187-
CMYK00.970.060.22
HSL303.44º94.12%40%-
HSV(B)303.44º96.97%77.65%-
XYZ32.3215.7248.35-
YUV84.04186.11209.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.64%
GREEN value IS 6 (2.73% from 255) = 1.53%
BLUE value IS 187 (73.44% from 255) = 47.83%
R=50.64%
G=1.53%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198618700.970.060.22303.4494.1240
HexC66BB06161612f5e28
Octal3066273014162645713650
Binary110001101101011101101100001110101101001011111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C606BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C606BB; }

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

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

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

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

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

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

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

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