Html Css Color HEX #C920AA Medium Violet Red

📋 copy color: '#C920AA'

red 201 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #C920AA

Tints of Medium Violet Red #C920AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 49.88%
G = 7.94%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C920AA (or 0xC920AA) is known color: Medium Violet Red. HEX triplet: C9, 20 and AA. RGB value is (201,32,170). Sum of RGB (Red+Green+Blue) = 201+32+170=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C920AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C920AA is #36DF55. Grayscale: #616161. Windows color (decimal): -3596118 or 11149513. OLE color: 11149513.

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

Color convert

RGB 201 32 170 -
CMYK 0 0.84 0.15 0.21
HSL 311.01º 0.73% 0.46% -
HSV(B) 311.01º 0.84% 0.79% -
XYZ 31.86 16.35 39.51 -
YUV 98.26 168.49 201.28 -
System Red Green Blue C M Y K H S L
Decimal 201 32 170 0 0.84 0.15 0.21 311.01 0.73 0.46
Hex C9 20 AA 0 54 F 15 137 49 2E
Octal 311 40 252 0 124 17 25 467 111 56
Binary 11001001 100000 10101010 0 1010100 1111 10101 100110111 1001001 101110

Color Harmonies of #C920AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920AA

Black with #C920AA

Text Example


Text Example

White with #C920AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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