Html Css Color HEX #C92076 Medium Violet Red

📋 copy color: '#C92076'

red 201 ◦ green 32 ◦ blue 118

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

Shades of Medium Violet Red #C92076

Tints of Medium Violet Red #C92076

RGB

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

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

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

R = 57.26%
G = 9.12%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C92076 (or 0xC92076) is known color: Medium Violet Red. HEX triplet: C9, 20 and 76. RGB value is (201,32,118). Sum of RGB (Red+Green+Blue) = 201+32+118=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C92076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92076 is #36DF89. Grayscale: #5C5C5C. Windows color (decimal): -3596170 or 7741641. OLE color: 7741641.

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

Color convert

RGB 201 32 118 -
CMYK 0 0.84 0.41 0.21
HSL 329.47º 0.73% 0.46% -
HSV(B) 329.47º 0.84% 0.79% -
XYZ 27.87 14.76 18.52 -
YUV 92.34 142.49 205.51 -
System Red Green Blue C M Y K H S L
Decimal 201 32 118 0 0.84 0.41 0.21 329.47 0.73 0.46
Hex C9 20 76 0 54 29 15 149 49 2E
Octal 311 40 166 0 124 51 25 511 111 56
Binary 11001001 100000 1110110 0 1010100 101001 10101 101001001 1001001 101110

Color Harmonies of #C92076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92076

Black with #C92076

Text Example


Text Example

White with #C92076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92076; }

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

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

background-color css

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

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

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

border-color css

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

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

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