#C915D0

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

Shades of Deep Magenta #C915D0

Tints of Deep Magenta #C915D0

Color information

#C915D0 (or 0xC915D0) is unknown color: approx Deep Magenta. HEX triplet: C9, 15 and D0. RGB value is (201,21,208). Sum of RGB (Red+Green+Blue) = 201+21+208=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #C915D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C915D0 is #36EA2F. Grayscale: #5F5F5F. Windows color (decimal): -3598896 or 13637065. OLE color: 13637065.

HSL color Cylindrical-coordinate representation of color #C915D0: hue angle of 297.75º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C915D0 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20121208-
CMYK0.030.9000.18
HSL297.75º81.66%44.9%-
HSV(B)297.75º89.9%81.57%-
XYZ35.7417.5161.17-
YUV96.14191.13202.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.74%
GREEN value IS 21 (8.59% from 255) = 4.88%
BLUE value IS 208 (81.64% from 255) = 48.37%
R=46.74%
G=4.88%
B=48.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal201212080.030.9000.18297.7581.6644.9
HexC915D035A01212a522d
Octal31125320313202245212255
Binary1100100110101110100001110110100100101001010101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C915D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C915D0; }

 p { color: rgb(201,21,208); }

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

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

 a { background-color: rgb(201,21,208); }

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

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

 span { border-color: rgb(201,21,208); }

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