#C606BA

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

Shades of Deep Magenta #C606BA

Tints of Deep Magenta #C606BA

Color information

#C606BA (or 0xC606BA) is unknown color: approx Deep Magenta. HEX triplet: C6, 06 and BA. RGB value is (198,6,186). Sum of RGB (Red+Green+Blue) = 198+6+186=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C606BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606BA is #39F945. Grayscale: #535353. Windows color (decimal): -3799366 or 12191430. OLE color: 12191430.

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

Color convert

RGB1986186-
CMYK00.970.060.22
HSL303.75º94.12%40%-
HSV(B)303.75º96.97%77.65%-
XYZ32.2215.6847.78-
YUV83.93185.61209.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.77%
GREEN value IS 6 (2.73% from 255) = 1.54%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=50.77%
G=1.54%
B=47.69%

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
Decimal198618600.970.060.22303.7594.1240
HexC66BA0616161305e28
Octal3066272014162646013650
Binary110001101101011101001100001110101101001100001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C606BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C606BA; }

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

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

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

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

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

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

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

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