#c92cac

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

Shades of Medium Red Violet #C92CAC

Tints of Medium Red Violet #C92CAC

Color information

#C92CAC (or 0xC92CAC) is unknown color: approx Medium Red Violet. HEX triplet: C9, 2C and AC. RGB value is (201,44,172). Sum of RGB (Red+Green+Blue) = 201+44+172=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C92CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92CAC is #36D353. Grayscale: #696969. Windows color (decimal): -3593044 or 11283657. OLE color: 11283657.

HSL color Cylindrical-coordinate representation of color #C92CAC: hue angle of 311.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92CAC is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB20144172-
CMYK00.780.140.21
HSL311.08º64.08%48.04%-
HSV(B)311.08º78.11%78.82%-
XYZ32.4317.240.64-
YUV105.54165.51196.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 44 (17.58% from 255) = 10.55%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=48.20%
G=10.55%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014417200.780.140.21311.0864.0848.04
HexC92CAC04EE151374030
Octal311542540116162546710060
Binary1100100110110010101100010011101110101011001101111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c92cac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c92cac; }

 p { color: rgb(201,44,172); }

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

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

 a { background-color: rgb(201,44,172); }

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

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

 span { border-color: rgb(201,44,172); }

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