#C91EC7

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

Shades of Deep Magenta #C91EC7

Tints of Deep Magenta #C91EC7

Color information

#C91EC7 (or 0xC91EC7) is unknown color: approx Deep Magenta. HEX triplet: C9, 1E and C7. RGB value is (201,30,199). Sum of RGB (Red+Green+Blue) = 201+30+199=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C91EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91EC7 is #36E138. Grayscale: #636363. Windows color (decimal): -3596601 or 13049545. OLE color: 13049545.

HSL color Cylindrical-coordinate representation of color #C91EC7: hue angle of 300.7º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91EC7 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB20130199-
CMYK00.850.010.21
HSL300.7º74.03%45.29%-
HSV(B)300.7º85.07%78.82%-
XYZ34.8617.4755.57-
YUV100.4183.65199.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.74%
GREEN value IS 30 (12.11% from 255) = 6.98%
BLUE value IS 199 (78.12% from 255) = 46.28%
R=46.74%
G=6.98%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013019900.850.010.21300.774.0345.29
HexC91EC705511512d4a2d
Octal31136307012512545511255
Binary110010011111011000111010101011101011001011011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91EC7; }

 p { color: rgb(201,30,199); }

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

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

 a { background-color: rgb(201,30,199); }

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

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

 span { border-color: rgb(201,30,199); }

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