Html Css Color HEX #C919AE Deep Magenta

📋 copy color: '#C919AE'

red 201 ◦ green 25 ◦ blue 174

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

Shades of Deep Magenta #C919AE

Tints of Deep Magenta #C919AE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.25%

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

R = 50.25%
G = 6.25%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C919AE (or 0xC919AE) is known color: Deep Magenta. HEX triplet: C9, 19 and AE. RGB value is (201,25,174). Sum of RGB (Red+Green+Blue) = 201+25+174=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C919AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C919AE is #36E651. Grayscale: #5E5E5E. Windows color (decimal): -3597906 or 11409865. OLE color: 11409865.

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

Color convert

RGB 201 25 174 -
CMYK 0 0.88 0.13 0.21
HSL 309.2º 0.78% 0.44% -
HSV(B) 309.2º 0.88% 0.79% -
XYZ 32.08 16.17 41.47 -
YUV 94.61 172.81 203.88 -
System Red Green Blue C M Y K H S L
Decimal 201 25 174 0 0.88 0.13 0.21 309.2 0.78 0.44
Hex C9 19 AE 0 58 D 15 135 4E 2C
Octal 311 31 256 0 130 15 25 465 116 54
Binary 11001001 11001 10101110 0 1011000 1101 10101 100110101 1001110 101100

Color Harmonies of #C919AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C919AE

Black with #C919AE

Text Example


Text Example

White with #C919AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C919AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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