#C90FDD

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

Shades of Deep Magenta #C90FDD

Tints of Deep Magenta #C90FDD

Color information

#C90FDD (or 0xC90FDD) is unknown color: approx Deep Magenta. HEX triplet: C9, 0F and DD. RGB value is (201,15,221). Sum of RGB (Red+Green+Blue) = 201+15+221=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #C90FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FDD is #36F022. Grayscale: #5D5D5D. Windows color (decimal): -3600419 or 14487497. OLE color: 14487497.

HSL color Cylindrical-coordinate representation of color #C90FDD: hue angle of 294.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90FDD is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20115221-
CMYK0.090.9300.13
HSL294.17º87.29%46.27%-
HSV(B)294.17º93.21%86.67%-
XYZ37.3117.9869.91-
YUV94.1199.62204.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.00%
GREEN value IS 15 (6.25% from 255) = 3.43%
BLUE value IS 221 (86.72% from 255) = 50.57%
R=46.00%
G=3.43%
B=50.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201152210.090.9300.13294.1787.2946.27
HexC9FDD95D0D126572e
Octal311173351113501544612756
Binary1100100111111101110110011011101011011001001101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90FDD; }

 p { color: rgb(201,15,221); }

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

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

 a { background-color: rgb(201,15,221); }

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

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

 span { border-color: rgb(201,15,221); }

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