Html Css Color HEX #C92191 Medium Violet Red

📋 copy color: '#C92191'

red 201 ◦ green 33 ◦ blue 145

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

Shades of Medium Violet Red #C92191

Tints of Medium Violet Red #C92191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.71%

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 53.03%
G = 8.71%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C92191 (or 0xC92191) is known color: Medium Violet Red. HEX triplet: C9, 21 and 91. RGB value is (201,33,145). Sum of RGB (Red+Green+Blue) = 201+33+145=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C92191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92191 is #36DE6E. Grayscale: #5F5F5F. Windows color (decimal): -3595887 or 9511369. OLE color: 9511369.

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

Color convert

RGB 201 33 145 -
CMYK 0 0.84 0.28 0.21
HSL 320º 0.72% 0.46% -
HSV(B) 320º 0.84% 0.79% -
XYZ 29.74 15.55 28.22 -
YUV 96 155.66 202.89 -
System Red Green Blue C M Y K H S L
Decimal 201 33 145 0 0.84 0.28 0.21 320 0.72 0.46
Hex C9 21 91 0 54 1C 15 140 48 2E
Octal 311 41 221 0 124 34 25 500 110 56
Binary 11001001 100001 10010001 0 1010100 11100 10101 101000000 1001000 101110

Color Harmonies of #C92191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92191

Black with #C92191

Text Example


Text Example

White with #C92191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92191; }

 p { color: rgb(201,33,145); }

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

background-color css

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

 a { background-color: rgb(201,33,145); }

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

border-color css

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

 span { border-color: rgb(201,33,145); }

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