#C9279C

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

Shades of Medium Violet Red #C9279C

Tints of Medium Violet Red #C9279C

Color information

#C9279C (or 0xC9279C) is unknown color: approx Medium Violet Red. HEX triplet: C9, 27 and 9C. RGB value is (201,39,156). Sum of RGB (Red+Green+Blue) = 201+39+156=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C9279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9279C is #36D863. Grayscale: #646464. Windows color (decimal): -3594340 or 10233801. OLE color: 10233801.

HSL color Cylindrical-coordinate representation of color #C9279C: hue angle of 316.67º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9279C is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB20139156-
CMYK00.810.220.21
HSL316.67º67.5%47.06%-
HSV(B)316.67º80.6%78.82%-
XYZ30.8116.2732.97-
YUV100.78159.17199.49-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.76%
GREEN value IS 39 (15.62% from 255) = 9.85%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=50.76%
G=9.85%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013915600.810.220.21316.6767.547.06
HexC9279C051161513d442f
Octal311472340121262547510457
Binary11001001100111100111000101000110110101011001111011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9279C; }

 p { color: rgb(201,39,156); }

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

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

 a { background-color: rgb(201,39,156); }

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

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

 span { border-color: rgb(201,39,156); }

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