#c00076

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

Shades of Medium Violet Red #C00076

Tints of Medium Violet Red #C00076

Color information

#C00076 (or 0xC00076) is unknown color: approx Medium Violet Red. HEX triplet: C0, 00 and 76. RGB value is (192,0,118). Sum of RGB (Red+Green+Blue) = 192+0+118=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C00076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00076 is #3FFF89. Grayscale: #464646. Windows color (decimal): -4194186 or 7733440. OLE color: 7733440.

HSL color Cylindrical-coordinate representation of color #C00076: hue angle of 323.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00076 is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB1920118-
CMYK010.390.25
HSL323.12º100%37.65%-
HSV(B)323.12º100%75.29%-
XYZ25.0112.5118.24-
YUV70.86154.61214.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=61.94%
G=0%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1920118010.390.25323.1210037.65
HexC007606427191436426
Octal30001660144473150314446
Binary110000000111011001100100100111110011010000111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c00076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c00076; }

 p { color: rgb(192,0,118); }

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

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

 a { background-color: rgb(192,0,118); }

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

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

 span { border-color: rgb(192,0,118); }

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