#C51BA7

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

Shades of Medium Violet Red #C51BA7

Tints of Medium Violet Red #C51BA7

Color information

#C51BA7 (or 0xC51BA7) is unknown color: approx Medium Violet Red. HEX triplet: C5, 1B and A7. RGB value is (197,27,167). Sum of RGB (Red+Green+Blue) = 197+27+167=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51BA7 is #3AE458. Grayscale: #5D5D5D. Windows color (decimal): -3859545 or 10951621. OLE color: 10951621.

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

Color convert

RGB19727167-
CMYK00.860.150.23
HSL310.59º75.89%43.92%-
HSV(B)310.59º86.29%77.25%-
XYZ30.3915.4437.94-
YUV93.79169.32201.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.38%
GREEN value IS 27 (10.94% from 255) = 6.91%
BLUE value IS 167 (65.62% from 255) = 42.71%
R=50.38%
G=6.91%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972716700.860.150.23310.5975.8943.92
HexC51BA7056F171374c2c
Octal305332470126172746711454
Binary110001011101110100111010101101111101111001101111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51BA7; }

 p { color: rgb(197,27,167); }

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

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

 a { background-color: rgb(197,27,167); }

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

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

 span { border-color: rgb(197,27,167); }

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