#C606D9

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

Shades of Deep Magenta #C606D9

Tints of Deep Magenta #C606D9

Color information

#C606D9 (or 0xC606D9) is unknown color: approx Deep Magenta. HEX triplet: C6, 06 and D9. RGB value is (198,6,217). Sum of RGB (Red+Green+Blue) = 198+6+217=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #C606D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606D9 is #39F926. Grayscale: #565656. Windows color (decimal): -3799335 or 14223046. OLE color: 14223046.

HSL color Cylindrical-coordinate representation of color #C606D9: hue angle of 294.6º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C606D9 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1986217-
CMYK0.090.9700.15
HSL294.6º94.62%43.73%-
HSV(B)294.6º97.24%85.1%-
XYZ35.8817.1567.06-
YUV87.46201.11206.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 6 (2.73% from 255) = 1.43%
BLUE value IS 217 (85.16% from 255) = 51.54%
R=47.03%
G=1.43%
B=51.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal19862170.090.9700.15294.694.6243.73
HexC66D99610F1275f2c
Octal30663311114101744713754
Binary110001101101101100110011100001011111001001111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C606D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C606D9; }

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

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

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

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

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

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

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

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