#C6067F

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

Shades of Medium Violet Red #C6067F

Tints of Medium Violet Red #C6067F

Color information

#C6067F (or 0xC6067F) is unknown color: approx Medium Violet Red. HEX triplet: C6, 06 and 7F. RGB value is (198,6,127). Sum of RGB (Red+Green+Blue) = 198+6+127=331 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.82% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 198 - color contains mainly: red. Hex color #C6067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6067F is #39F980. Grayscale: #4C4C4C. Windows color (decimal): -3799425 or 8324806. OLE color: 8324806.

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

Color convert

RGB1986127-
CMYK00.970.360.22
HSL322.19º94.12%40%-
HSV(B)322.19º96.97%77.65%-
XYZ27.1813.6721.28-
YUV77.2156.11214.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.82%
GREEN value IS 6 (2.73% from 255) = 1.81%
BLUE value IS 127 (50% from 255) = 38.37%
R=59.82%
G=1.81%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198612700.970.360.22322.1994.1240
HexC667F06124161425e28
Octal30661770141442650213650
Binary11000110110111111101100001100100101101010000101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6067F; }

 p { color: rgb(198,6,127); }

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

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

 a { background-color: rgb(198,6,127); }

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

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

 span { border-color: rgb(198,6,127); }

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