Html Css Color HEX #C91CAE Deep Magenta

📋 copy color: '#C91CAE'

red 201 ◦ green 28 ◦ blue 174

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

Shades of Deep Magenta #C91CAE

Tints of Deep Magenta #C91CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.95%

 BLUE value IS 174 (68.36% from 255) = 43.18%

R = 49.88%
G = 6.95%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C91CAE (or 0xC91CAE) is known color: Deep Magenta. HEX triplet: C9, 1C and AE. RGB value is (201,28,174). Sum of RGB (Red+Green+Blue) = 201+28+174=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C91CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91CAE is #36E351. Grayscale: #5F5F5F. Windows color (decimal): -3597138 or 11410633. OLE color: 11410633.

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

Color convert

RGB 201 28 174 -
CMYK 0 0.86 0.13 0.21
HSL 309.36º 0.76% 0.45% -
HSV(B) 309.36º 0.86% 0.79% -
XYZ 32.14 16.3 41.5 -
YUV 96.37 171.81 202.63 -
System Red Green Blue C M Y K H S L
Decimal 201 28 174 0 0.86 0.13 0.21 309.36 0.76 0.45
Hex C9 1C AE 0 56 D 15 135 4C 2D
Octal 311 34 256 0 126 15 25 465 114 55
Binary 11001001 11100 10101110 0 1010110 1101 10101 100110101 1001100 101101

Color Harmonies of #C91CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CAE

Black with #C91CAE

Text Example


Text Example

White with #C91CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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