#C20BDD

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

Shades of Deep Magenta #C20BDD

Tints of Deep Magenta #C20BDD

Color information

#C20BDD (or 0xC20BDD) is unknown color: approx Deep Magenta. HEX triplet: C2, 0B and DD. RGB value is (194,11,221). Sum of RGB (Red+Green+Blue) = 194+11+221=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #C20BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BDD is #3DF422. Grayscale: #595959. Windows color (decimal): -4060195 or 14486466. OLE color: 14486466.

HSL color Cylindrical-coordinate representation of color #C20BDD: hue angle of 292.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BDD is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19411221-
CMYK0.120.9500.13
HSL292.29º90.52%45.49%-
HSV(B)292.29º95.02%86.67%-
XYZ35.4216.9369.81-
YUV89.66202.13202.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 11 (4.69% from 255) = 2.58%
BLUE value IS 221 (86.72% from 255) = 51.88%
R=45.54%
G=2.58%
B=51.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194112210.120.9500.13292.2990.5245.49
HexC2BDDC5F0D1245b2d
Octal302133351413701544413355
Binary1100001010111101110111001011111011011001001001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20BDD; }

 p { color: rgb(194,11,221); }

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

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

 a { background-color: rgb(194,11,221); }

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

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

 span { border-color: rgb(194,11,221); }

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