#C609D8

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

Shades of Deep Magenta #C609D8

Tints of Deep Magenta #C609D8

Color information

#C609D8 (or 0xC609D8) is unknown color: approx Deep Magenta. HEX triplet: C6, 09 and D8. RGB value is (198,9,216). Sum of RGB (Red+Green+Blue) = 198+9+216=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 216 (84.77% from 255 or 51.06% from 423); Max value from RGB is 216 - color contains mainly: blue. Hex color #C609D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C609D8 is #39F627. Grayscale: #585858. Windows color (decimal): -3798568 or 14158278. OLE color: 14158278.

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

Color convert

RGB1989216-
CMYK0.080.9600.15
HSL294.78º92%44.12%-
HSV(B)294.78º95.83%84.71%-
XYZ35.7817.1666.39-
YUV89.11199.62205.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 9 (3.91% from 255) = 2.13%
BLUE value IS 216 (84.77% from 255) = 51.06%
R=46.81%
G=2.13%
B=51.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal19892160.080.9600.15294.789244.12
HexC69D88600F1275c2c
Octal306113301014001744713454
Binary1100011010011101100010001100000011111001001111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C609D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C609D8; }

 p { color: rgb(198,9,216); }

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

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

 a { background-color: rgb(198,9,216); }

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

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

 span { border-color: rgb(198,9,216); }

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