Html Css Color HEX #C92991 Medium Red Violet

📋 copy color: '#C92991'

red 201 ◦ green 41 ◦ blue 145

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

Shades of Medium Red Violet #C92991

Tints of Medium Red Violet #C92991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.59%

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

R = 51.94%
G = 10.59%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C92991 (or 0xC92991) is known color: Medium Red Violet. HEX triplet: C9, 29 and 91. RGB value is (201,41,145). Sum of RGB (Red+Green+Blue) = 201+41+145=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C92991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92991 is #36D66E. Grayscale: #646464. Windows color (decimal): -3593839 or 9513417. OLE color: 9513417.

HSL color Cylindrical-coordinate representation of color #C92991: hue angle of 321º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92991 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 41 145 -
CMYK 0 0.80 0.28 0.21
HSL 321º 0.66% 0.47% -
HSV(B) 321º 0.8% 0.79% -
XYZ 29.99 16.05 28.3 -
YUV 100.7 153.01 199.54 -
System Red Green Blue C M Y K H S L
Decimal 201 41 145 0 0.80 0.28 0.21 321 0.66 0.47
Hex C9 29 91 0 50 1C 15 141 42 2F
Octal 311 51 221 0 120 34 25 501 102 57
Binary 11001001 101001 10010001 0 1010000 11100 10101 101000001 1000010 101111

Color Harmonies of #C92991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92991

Black with #C92991

Text Example


Text Example

White with #C92991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92991; }

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

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

background-color css

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

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

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

border-color css

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

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

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