Html Css Color HEX #C92576 Medium Violet Red

📋 copy color: '#C92576'

red 201 ◦ green 37 ◦ blue 118

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

Shades of Medium Violet Red #C92576

Tints of Medium Violet Red #C92576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.39%

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

R = 56.46%
G = 10.39%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#C92576 (or 0xC92576) is known color: Medium Violet Red. HEX triplet: C9, 25 and 76. RGB value is (201,37,118). Sum of RGB (Red+Green+Blue) = 201+37+118=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C92576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92576 is #36DA89. Grayscale: #5F5F5F. Windows color (decimal): -3594890 or 7742921. OLE color: 7742921.

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

Color convert

RGB 201 37 118 -
CMYK 0 0.82 0.41 0.21
HSL 330.37º 0.69% 0.47% -
HSV(B) 330.37º 0.82% 0.79% -
XYZ 28.02 15.05 18.57 -
YUV 95.27 140.83 203.41 -
System Red Green Blue C M Y K H S L
Decimal 201 37 118 0 0.82 0.41 0.21 330.37 0.69 0.47
Hex C9 25 76 0 52 29 15 14A 45 2F
Octal 311 45 166 0 122 51 25 512 105 57
Binary 11001001 100101 1110110 0 1010010 101001 10101 101001010 1000101 101111

Color Harmonies of #C92576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92576

Black with #C92576

Text Example


Text Example

White with #C92576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92576; }

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

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

background-color css

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

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

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

border-color css

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

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

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