Html Css Color HEX #C920A0 Medium Violet Red

📋 copy color: '#C920A0'

red 201 ◦ green 32 ◦ blue 160

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

Shades of Medium Violet Red #C920A0

Tints of Medium Violet Red #C920A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.71%

R = 51.15%
G = 8.14%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#C920A0 (or 0xC920A0) is known color: Medium Violet Red. HEX triplet: C9, 20 and A0. RGB value is (201,32,160). Sum of RGB (Red+Green+Blue) = 201+32+160=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C920A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C920A0 is #36DF5F. Grayscale: #606060. Windows color (decimal): -3596128 or 10494153. OLE color: 10494153.

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

Color convert

RGB 201 32 160 -
CMYK 0 0.84 0.20 0.21
HSL 314.56º 0.73% 0.46% -
HSV(B) 314.56º 0.84% 0.79% -
XYZ 30.95 15.99 34.71 -
YUV 97.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 201 32 160 0 0.84 0.20 0.21 314.56 0.73 0.46
Hex C9 20 A0 0 54 14 15 13B 49 2E
Octal 311 40 240 0 124 24 25 473 111 56
Binary 11001001 100000 10100000 0 1010100 10100 10101 100111011 1001001 101110

Color Harmonies of #C920A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920A0

Black with #C920A0

Text Example


Text Example

White with #C920A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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