#C92172

Color #C92172 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C92172

Tints of Medium Violet Red #C92172

Color information

#C92172 (or 0xC92172) is unknown color: approx Medium Violet Red. HEX triplet: C9, 21 and 72. RGB value is (201,33,114). Sum of RGB (Red+Green+Blue) = 201+33+114=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C92172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92172 is #36DE8D. Grayscale: #5C5C5C. Windows color (decimal): -3595918 or 7479753. OLE color: 7479753.

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

Color convert

RGB20133114-
CMYK00.840.430.21
HSL331.07º71.79%45.88%-
HSV(B)331.07º83.58%78.82%-
XYZ27.6714.7217.3-
YUV92.47140.16205.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.76%
GREEN value IS 33 (13.28% from 255) = 9.48%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=57.76%
G=9.48%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013311400.840.430.21331.0771.7945.88
HexC921720542B1514b482e
Octal311411620124532551311056
Binary11001001100001111001001010100101011101011010010111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92172; }

 p { color: rgb(201,33,114); }

 H1.HeaderClassName
 {
   color: #C92172;
 }
 .AnyTagClassName
 {
   color: #C92172;
 }
</style>
background-color css

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

 a { background-color: rgb(201,33,114); }

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

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

 span { border-color: rgb(201,33,114); }

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