Html Css Color HEX #C92276 Medium Violet Red

📋 copy color: '#C92276'

red 201 ◦ green 34 ◦ blue 118

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

Shades of Medium Violet Red #C92276

Tints of Medium Violet Red #C92276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.63%

 BLUE value IS 118 (46.48% from 255) = 33.43%

R = 56.94%
G = 9.63%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C92276 (or 0xC92276) is known color: Medium Violet Red. HEX triplet: C9, 22 and 76. RGB value is (201,34,118). Sum of RGB (Red+Green+Blue) = 201+34+118=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C92276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92276 is #36DD89. Grayscale: #5D5D5D. Windows color (decimal): -3595658 or 7742153. OLE color: 7742153.

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

Color convert

RGB 201 34 118 -
CMYK 0 0.83 0.41 0.21
HSL 329.82º 0.71% 0.46% -
HSV(B) 329.82º 0.83% 0.79% -
XYZ 27.93 14.87 18.54 -
YUV 93.51 141.83 204.67 -
System Red Green Blue C M Y K H S L
Decimal 201 34 118 0 0.83 0.41 0.21 329.82 0.71 0.46
Hex C9 22 76 0 53 29 15 14A 47 2E
Octal 311 42 166 0 123 51 25 512 107 56
Binary 11001001 100010 1110110 0 1010011 101001 10101 101001010 1000111 101110

Color Harmonies of #C92276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92276

Black with #C92276

Text Example


Text Example

White with #C92276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92276; }

 p { color: rgb(201,34,118); }

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

background-color css

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

 a { background-color: rgb(201,34,118); }

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

border-color css

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

 span { border-color: rgb(201,34,118); }

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