Html Css Color HEX #C91DE0 Deep Magenta

📋 copy color: '#C91DE0'

red 201 ◦ green 29 ◦ blue 224

#C91DE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C91DE0

Tints of Deep Magenta #C91DE0

RGB

 RED value IS 201 (78.91% from 255) = 44.27%

 GREEN value IS 29 (11.72% from 255) = 6.39%

 BLUE value IS 224 (87.89% from 255) = 49.34%

R = 44.27%
G = 6.39%
B = 49.34%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C91DE0 (or 0xC91DE0) is known color: Deep Magenta. HEX triplet: C9, 1D and E0. RGB value is (201,29,224). Sum of RGB (Red+Green+Blue) = 201+29+224=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #C91DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91DE0 is #36E21F. Grayscale: #666666. Windows color (decimal): -3596832 or 14687689. OLE color: 14687689.

HSL color Cylindrical-coordinate representation of color #C91DE0: hue angle of 292.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91DE0 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 29 224 -
CMYK 0.10 0.87 0 0.12
HSL 292.92º 0.77% 0.5% -
HSV(B) 292.92º 0.87% 0.88% -
XYZ 37.98 18.68 72.12 -
YUV 102.66 196.48 198.14 -
System Red Green Blue C M Y K H S L
Decimal 201 29 224 0.10 0.87 0 0.12 292.92 0.77 0.5
Hex C9 1D E0 A 57 0 C 125 4D 32
Octal 311 35 340 12 127 0 14 445 115 62
Binary 11001001 11101 11100000 1010 1010111 0 1100 100100101 1001101 110010

Color Harmonies of #C91DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91DE0

Black with #C91DE0

Text Example


Text Example

White with #C91DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91DE0; }

 p { color: rgb(201,29,224); }

 H1.HeaderClassName
 {
   color: #C91DE0;
 }
 .AnyTagClassName
 {
   color: #C91DE0;
 }
</style>

background-color css

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

 a { background-color: rgb(201,29,224); }

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

border-color css

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

 span { border-color: rgb(201,29,224); }

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