#C5067E

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

Shades of Medium Violet Red #C5067E

Tints of Medium Violet Red #C5067E

Color information

#C5067E (or 0xC5067E) is unknown color: approx Medium Violet Red. HEX triplet: C5, 06 and 7E. RGB value is (197,6,126). Sum of RGB (Red+Green+Blue) = 197+6+126=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C5067E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5067E is #3AF981. Grayscale: #4C4C4C. Windows color (decimal): -3864962 or 8259269. OLE color: 8259269.

HSL color Cylindrical-coordinate representation of color #C5067E: hue angle of 322.3º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5067E is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB1976126-
CMYK00.970.360.23
HSL322.3º94.09%39.8%-
HSV(B)322.3º96.95%77.25%-
XYZ26.8613.5120.93-
YUV76.79155.78213.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.88%
GREEN value IS 6 (2.73% from 255) = 1.82%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=59.88%
G=1.82%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197612600.970.360.23322.394.0939.8
HexC567E06124171425e28
Octal30561760141442750213650
Binary11000101110111111001100001100100101111010000101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5067E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5067E; }

 p { color: rgb(197,6,126); }

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

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

 a { background-color: rgb(197,6,126); }

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

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

 span { border-color: rgb(197,6,126); }

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