#C92475

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

Shades of Medium Violet Red #C92475

Tints of Medium Violet Red #C92475

Color information

#C92475 (or 0xC92475) is unknown color: approx Medium Violet Red. HEX triplet: C9, 24 and 75. RGB value is (201,36,117). Sum of RGB (Red+Green+Blue) = 201+36+117=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C92475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92475 is #36DB8A. Grayscale: #5E5E5E. Windows color (decimal): -3595147 or 7677129. OLE color: 7677129.

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

Color convert

RGB20136117-
CMYK00.820.420.21
HSL330.55º69.62%46.47%-
HSV(B)330.55º82.09%78.82%-
XYZ27.9314.9618.25-
YUV94.57140.66203.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.78%
GREEN value IS 36 (14.45% from 255) = 10.17%
BLUE value IS 117 (46.09% from 255) = 33.05%
R=56.78%
G=10.17%
B=33.05%

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
Decimal2013611700.820.420.21330.5569.6246.47
HexC924750522A1514b462e
Octal311441650122522551310656
Binary11001001100100111010101010010101010101011010010111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92475; }

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

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

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

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

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

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

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

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