Html Css Color HEX #C920A2 Medium Violet Red

📋 copy color: '#C920A2'

red 201 ◦ green 32 ◦ blue 162

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

Shades of Medium Violet Red #C920A2

Tints of Medium Violet Red #C920A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.01%

R = 50.89%
G = 8.1%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C920A2 (or 0xC920A2) is known color: Medium Violet Red. HEX triplet: C9, 20 and A2. RGB value is (201,32,162). Sum of RGB (Red+Green+Blue) = 201+32+162=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C920A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C920A2 is #36DF5D. Grayscale: #616161. Windows color (decimal): -3596126 or 10625225. OLE color: 10625225.

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

Color convert

RGB 201 32 162 -
CMYK 0 0.84 0.19 0.21
HSL 313.85º 0.73% 0.46% -
HSV(B) 313.85º 0.84% 0.79% -
XYZ 31.13 16.06 35.64 -
YUV 97.35 164.49 201.93 -
System Red Green Blue C M Y K H S L
Decimal 201 32 162 0 0.84 0.19 0.21 313.85 0.73 0.46
Hex C9 20 A2 0 54 13 15 13A 49 2E
Octal 311 40 242 0 124 23 25 472 111 56
Binary 11001001 100000 10100010 0 1010100 10011 10101 100111010 1001001 101110

Color Harmonies of #C920A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920A2

Black with #C920A2

Text Example


Text Example

White with #C920A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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