#C91CD3

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

Shades of Deep Magenta #C91CD3

Tints of Deep Magenta #C91CD3

Color information

#C91CD3 (or 0xC91CD3) is unknown color: approx Deep Magenta. HEX triplet: C9, 1C and D3. RGB value is (201,28,211). Sum of RGB (Red+Green+Blue) = 201+28+211=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 211 - color contains mainly: blue. Hex color #C91CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CD3 is #36E32C. Grayscale: #646464. Windows color (decimal): -3597101 or 13835465. OLE color: 13835465.

HSL color Cylindrical-coordinate representation of color #C91CD3: hue angle of 296.72º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91CD3 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20128211-
CMYK0.050.8700.17
HSL296.72º76.57%46.86%-
HSV(B)296.72º86.73%82.75%-
XYZ36.2617.9563.18-
YUV100.59190.31199.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.68%
GREEN value IS 28 (11.33% from 255) = 6.36%
BLUE value IS 211 (82.81% from 255) = 47.95%
R=45.68%
G=6.36%
B=47.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal201282110.050.8700.17296.7276.5746.86
HexC91CD35570111294d2f
Octal31134323512702145111557
Binary11001001111001101001110110101110100011001010011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91CD3; }

 p { color: rgb(201,28,211); }

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

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

 a { background-color: rgb(201,28,211); }

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

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

 span { border-color: rgb(201,28,211); }

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