Html Css Color HEX #C920AE Deep Magenta

📋 copy color: '#C920AE'

red 201 ◦ green 32 ◦ blue 174

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

Shades of Deep Magenta #C920AE

Tints of Deep Magenta #C920AE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.86%

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

R = 49.39%
G = 7.86%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C920AE (or 0xC920AE) is known color: Deep Magenta. HEX triplet: C9, 20 and AE. RGB value is (201,32,174). Sum of RGB (Red+Green+Blue) = 201+32+174=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C920AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C920AE is #36DF51. Grayscale: #626262. Windows color (decimal): -3596114 or 11411657. OLE color: 11411657.

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

Color convert

RGB 201 32 174 -
CMYK 0 0.84 0.13 0.21
HSL 309.59º 0.73% 0.46% -
HSV(B) 309.59º 0.84% 0.79% -
XYZ 32.24 16.51 41.53 -
YUV 98.72 170.49 200.95 -
System Red Green Blue C M Y K H S L
Decimal 201 32 174 0 0.84 0.13 0.21 309.59 0.73 0.46
Hex C9 20 AE 0 54 D 15 136 49 2E
Octal 311 40 256 0 124 15 25 466 111 56
Binary 11001001 100000 10101110 0 1010100 1101 10101 100110110 1001001 101110

Color Harmonies of #C920AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920AE

Black with #C920AE

Text Example


Text Example

White with #C920AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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