#C92474

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

Shades of Medium Violet Red #C92474

Tints of Medium Violet Red #C92474

Color information

#C92474 (or 0xC92474) is unknown color: approx Medium Violet Red. HEX triplet: C9, 24 and 74. RGB value is (201,36,116). Sum of RGB (Red+Green+Blue) = 201+36+116=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C92474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92474 is #36DB8B. Grayscale: #5E5E5E. Windows color (decimal): -3595148 or 7611593. OLE color: 7611593.

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

Color convert

RGB20136116-
CMYK00.820.420.21
HSL330.91º69.62%46.47%-
HSV(B)330.91º82.09%78.82%-
XYZ27.8714.9417.94-
YUV94.46140.16204-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.94%
GREEN value IS 36 (14.45% from 255) = 10.20%
BLUE value IS 116 (45.70% from 255) = 32.86%
R=56.94%
G=10.20%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013611600.820.420.21330.9169.6246.47
HexC924740522A1514b462e
Octal311441640122522551310656
Binary11001001100100111010001010010101010101011010010111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92474; }

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

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

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

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

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

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

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

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