#C51D7D

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

Shades of Medium Violet Red #C51D7D

Tints of Medium Violet Red #C51D7D

Color information

#C51D7D (or 0xC51D7D) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1D and 7D. RGB value is (197,29,125). Sum of RGB (Red+Green+Blue) = 197+29+125=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51D7D is #3AE282. Grayscale: #595959. Windows color (decimal): -3859075 or 8199621. OLE color: 8199621.

HSL color Cylindrical-coordinate representation of color #C51D7D: hue angle of 325.71º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C51D7D is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB19729125-
CMYK00.850.370.23
HSL325.71º74.34%44.31%-
HSV(B)325.71º85.28%77.25%-
XYZ27.1714.2320.72-
YUV90.18147.66204.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.13%
GREEN value IS 29 (11.72% from 255) = 8.26%
BLUE value IS 125 (49.22% from 255) = 35.61%
R=56.13%
G=8.26%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972912500.850.370.23325.7174.3444.31
HexC51D7D05525171464a2c
Octal305351750125452750611254
Binary1100010111101111110101010101100101101111010001101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51D7D; }

 p { color: rgb(197,29,125); }

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

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

 a { background-color: rgb(197,29,125); }

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

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

 span { border-color: rgb(197,29,125); }

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