Html Css Color HEX #C920AD Medium Violet Red

📋 copy color: '#C920AD'

red 201 ◦ green 32 ◦ blue 173

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

Shades of Medium Violet Red #C920AD

Tints of Medium Violet Red #C920AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 49.51%
G = 7.88%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C920AD (or 0xC920AD) is known color: Medium Violet Red. HEX triplet: C9, 20 and AD. RGB value is (201,32,173). Sum of RGB (Red+Green+Blue) = 201+32+173=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C920AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C920AD is #36DF52. Grayscale: #626262. Windows color (decimal): -3596115 or 11346121. OLE color: 11346121.

HSL color Cylindrical-coordinate representation of color #C920AD: hue angle of 309.94º 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 #C920AD is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 32 173 -
CMYK 0 0.84 0.14 0.21
HSL 309.94º 0.73% 0.46% -
HSV(B) 309.94º 0.84% 0.79% -
XYZ 32.15 16.47 41.02 -
YUV 98.61 169.99 201.04 -
System Red Green Blue C M Y K H S L
Decimal 201 32 173 0 0.84 0.14 0.21 309.94 0.73 0.46
Hex C9 20 AD 0 54 E 15 136 49 2E
Octal 311 40 255 0 124 16 25 466 111 56
Binary 11001001 100000 10101101 0 1010100 1110 10101 100110110 1001001 101110

Color Harmonies of #C920AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920AD

Black with #C920AD

Text Example


Text Example

White with #C920AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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