#C4077F

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

Shades of Medium Violet Red #C4077F

Tints of Medium Violet Red #C4077F

Color information

#C4077F (or 0xC4077F) is unknown color: approx Medium Violet Red. HEX triplet: C4, 07 and 7F. RGB value is (196,7,127). Sum of RGB (Red+Green+Blue) = 196+7+127=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C4077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4077F is #3BF880. Grayscale: #4C4C4C. Windows color (decimal): -3930241 or 8325060. OLE color: 8325060.

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

Color convert

RGB1967127-
CMYK00.960.350.23
HSL321.9º93.1%39.8%-
HSV(B)321.9º96.43%76.86%-
XYZ26.6713.4221.26-
YUV77.19156.12212.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.39%
GREEN value IS 7 (3.12% from 255) = 2.12%
BLUE value IS 127 (50% from 255) = 38.48%
R=59.39%
G=2.12%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196712700.960.350.23321.993.139.8
HexC477F06023171425d28
Octal30471770140432750213550
Binary11000100111111111101100000100011101111010000101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4077F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4077F; }

 p { color: rgb(196,7,127); }

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

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

 a { background-color: rgb(196,7,127); }

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

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

 span { border-color: rgb(196,7,127); }

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