#C206D1

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

Shades of Deep Magenta #C206D1

Tints of Deep Magenta #C206D1

Color information

#C206D1 (or 0xC206D1) is unknown color: approx Deep Magenta. HEX triplet: C2, 06 and D1. RGB value is (194,6,209). Sum of RGB (Red+Green+Blue) = 194+6+209=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 209 (82.03% from 255 or 51.10% from 409); Max value from RGB is 209 - color contains mainly: blue. Hex color #C206D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206D1 is #3DF92E. Grayscale: #545454. Windows color (decimal): -4061487 or 13698754. OLE color: 13698754.

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

Color convert

RGB1946209-
CMYK0.070.9700.18
HSL295.57º94.42%42.16%-
HSV(B)295.57º97.13%81.96%-
XYZ33.8216.261.67-
YUV85.35197.78205.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.43%
GREEN value IS 6 (2.73% from 255) = 1.47%
BLUE value IS 209 (82.03% from 255) = 51.10%
R=47.43%
G=1.47%
B=51.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal19462090.070.9700.18295.5794.4242.16
HexC26D17610121285e2a
Octal3026321714102245013652
Binary110000101101101000111111000010100101001010001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C206D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C206D1; }

 p { color: rgb(194,6,209); }

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

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

 a { background-color: rgb(194,6,209); }

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

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

 span { border-color: rgb(194,6,209); }

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