#C90C8B

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

Shades of Medium Violet Red #C90C8B

Tints of Medium Violet Red #C90C8B

Color information

#C90C8B (or 0xC90C8B) is unknown color: approx Medium Violet Red. HEX triplet: C9, 0C and 8B. RGB value is (201,12,139). Sum of RGB (Red+Green+Blue) = 201+12+139=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90C8B is #36F374. Grayscale: #525252. Windows color (decimal): -3601269 or 9112777. OLE color: 9112777.

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

Color convert

RGB20112139-
CMYK00.940.310.21
HSL319.68º88.73%41.76%-
HSV(B)319.68º94.03%78.82%-
XYZ28.8814.5425.71-
YUV82.99159.62212.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.10%
GREEN value IS 12 (5.08% from 255) = 3.41%
BLUE value IS 139 (54.69% from 255) = 39.49%
R=57.10%
G=3.41%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011213900.940.310.21319.6888.7341.76
HexC9C8B05E1F15140592a
Octal311142130136372550013152
Binary110010011100100010110101111011111101011010000001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90C8B; }

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

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

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

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

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

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

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

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