#C92F8B

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

Shades of Medium Red Violet #C92F8B

Tints of Medium Red Violet #C92F8B

Color information

#C92F8B (or 0xC92F8B) is unknown color: approx Medium Red Violet. HEX triplet: C9, 2F and 8B. RGB value is (201,47,139). Sum of RGB (Red+Green+Blue) = 201+47+139=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92F8B is #36D074. Grayscale: #676767. Windows color (decimal): -3592309 or 9121737. OLE color: 9121737.

HSL color Cylindrical-coordinate representation of color #C92F8B: hue angle of 324.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C92F8B is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB20147139-
CMYK00.770.310.21
HSL324.16º62.1%48.63%-
HSV(B)324.16º76.62%78.82%-
XYZ29.7616.3126.01-
YUV103.53148.02197.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.94%
GREEN value IS 47 (18.75% from 255) = 12.14%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=51.94%
G=12.14%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014713900.770.310.21324.1662.148.63
HexC92F8B04D1F151443e31
Octal31157213011537255047661
Binary1100100110111110001011010011011111110101101000100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92F8B; }

 p { color: rgb(201,47,139); }

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

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

 a { background-color: rgb(201,47,139); }

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

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

 span { border-color: rgb(201,47,139); }

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