Html Css Color HEX #C920A8 Medium Violet Red

📋 copy color: '#C920A8'

red 201 ◦ green 32 ◦ blue 168

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

Shades of Medium Violet Red #C920A8

Tints of Medium Violet Red #C920A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.9%

R = 50.12%
G = 7.98%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C920A8 (or 0xC920A8) is known color: Medium Violet Red. HEX triplet: C9, 20 and A8. RGB value is (201,32,168). Sum of RGB (Red+Green+Blue) = 201+32+168=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C920A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C920A8 is #36DF57. Grayscale: #616161. Windows color (decimal): -3596120 or 11018441. OLE color: 11018441.

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

Color convert

RGB 201 32 168 -
CMYK 0 0.84 0.16 0.21
HSL 311.72º 0.73% 0.46% -
HSV(B) 311.72º 0.84% 0.79% -
XYZ 31.67 16.28 38.52 -
YUV 98.04 167.49 201.44 -
System Red Green Blue C M Y K H S L
Decimal 201 32 168 0 0.84 0.16 0.21 311.72 0.73 0.46
Hex C9 20 A8 0 54 10 15 138 49 2E
Octal 311 40 250 0 124 20 25 470 111 56
Binary 11001001 100000 10101000 0 1010100 10000 10101 100111000 1001001 101110

Color Harmonies of #C920A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920A8

Black with #C920A8

Text Example


Text Example

White with #C920A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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