Html Css Color HEX #C918AE Deep Magenta

📋 copy color: '#C918AE'

red 201 ◦ green 24 ◦ blue 174

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

Shades of Deep Magenta #C918AE

Tints of Deep Magenta #C918AE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.02%

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

R = 50.38%
G = 6.02%
B = 43.61%

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

#C918AE (or 0xC918AE) is known color: Deep Magenta. HEX triplet: C9, 18 and AE. RGB value is (201,24,174). Sum of RGB (Red+Green+Blue) = 201+24+174=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C918AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C918AE is #36E751. Grayscale: #5D5D5D. Windows color (decimal): -3598162 or 11409609. OLE color: 11409609.

HSL color Cylindrical-coordinate representation of color #C918AE: hue angle of 309.15º degrees, saturation: 0.79, 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 #C918AE is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 24 174 -
CMYK 0 0.88 0.13 0.21
HSL 309.15º 0.79% 0.44% -
HSV(B) 309.15º 0.88% 0.79% -
XYZ 32.05 16.13 41.47 -
YUV 94.02 173.14 204.3 -
System Red Green Blue C M Y K H S L
Decimal 201 24 174 0 0.88 0.13 0.21 309.15 0.79 0.44
Hex C9 18 AE 0 58 D 15 135 4F 2C
Octal 311 30 256 0 130 15 25 465 117 54
Binary 11001001 11000 10101110 0 1011000 1101 10101 100110101 1001111 101100

Color Harmonies of #C918AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C918AE

Black with #C918AE

Text Example


Text Example

White with #C918AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C918AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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