Html Css Color HEX #C92491 Medium Violet Red

📋 copy color: '#C92491'

red 201 ◦ green 36 ◦ blue 145

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

Shades of Medium Violet Red #C92491

Tints of Medium Violet Red #C92491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.42%

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

R = 52.62%
G = 9.42%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C92491 (or 0xC92491) is known color: Medium Violet Red. HEX triplet: C9, 24 and 91. RGB value is (201,36,145). Sum of RGB (Red+Green+Blue) = 201+36+145=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C92491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92491 is #36DB6E. Grayscale: #616161. Windows color (decimal): -3595119 or 9512137. OLE color: 9512137.

HSL color Cylindrical-coordinate representation of color #C92491: hue angle of 320.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92491 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 36 145 -
CMYK 0 0.82 0.28 0.21
HSL 320.36º 0.7% 0.46% -
HSV(B) 320.36º 0.82% 0.79% -
XYZ 29.83 15.72 28.25 -
YUV 97.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 201 36 145 0 0.82 0.28 0.21 320.36 0.7 0.46
Hex C9 24 91 0 52 1C 15 140 46 2E
Octal 311 44 221 0 122 34 25 500 106 56
Binary 11001001 100100 10010001 0 1010010 11100 10101 101000000 1000110 101110

Color Harmonies of #C92491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92491

Black with #C92491

Text Example


Text Example

White with #C92491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92491; }

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

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

background-color css

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

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

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

border-color css

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

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

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