Html Css Color HEX #C920A4 Medium Violet Red

📋 copy color: '#C920A4'

red 201 ◦ green 32 ◦ blue 164

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

Shades of Medium Violet Red #C920A4

Tints of Medium Violet Red #C920A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.31%

R = 50.63%
G = 8.06%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C920A4 (or 0xC920A4) is known color: Medium Violet Red. HEX triplet: C9, 20 and A4. RGB value is (201,32,164). Sum of RGB (Red+Green+Blue) = 201+32+164=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C920A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C920A4 is #36DF5B. Grayscale: #616161. Windows color (decimal): -3596124 or 10756297. OLE color: 10756297.

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

Color convert

RGB 201 32 164 -
CMYK 0 0.84 0.18 0.21
HSL 313.14º 0.73% 0.46% -
HSV(B) 313.14º 0.84% 0.79% -
XYZ 31.3 16.13 36.59 -
YUV 97.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 201 32 164 0 0.84 0.18 0.21 313.14 0.73 0.46
Hex C9 20 A4 0 54 12 15 139 49 2E
Octal 311 40 244 0 124 22 25 471 111 56
Binary 11001001 100000 10100100 0 1010100 10010 10101 100111001 1001001 101110

Color Harmonies of #C920A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920A4

Black with #C920A4

Text Example


Text Example

White with #C920A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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