#C00781

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

Shades of Medium Violet Red #C00781

Tints of Medium Violet Red #C00781

Color information

#C00781 (or 0xC00781) is unknown color: approx Medium Violet Red. HEX triplet: C0, 07 and 81. RGB value is (192,7,129). Sum of RGB (Red+Green+Blue) = 192+7+129=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C00781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00781 is #3FF87E. Grayscale: #4B4B4B. Windows color (decimal): -4192383 or 8456128. OLE color: 8456128.

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

Color convert

RGB1927129-
CMYK00.960.330.25
HSL320.43º92.96%39.02%-
HSV(B)320.43º96.35%75.29%-
XYZ25.7812.9421.91-
YUV76.22157.79210.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.54%
GREEN value IS 7 (3.12% from 255) = 2.13%
BLUE value IS 129 (50.78% from 255) = 39.33%
R=58.54%
G=2.13%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192712900.960.330.25320.4392.9639.02
HexC078106021191405d27
Octal30072010140413150013547
Binary110000001111000000101100000100001110011010000001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00781; }

 p { color: rgb(192,7,129); }

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

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

 a { background-color: rgb(192,7,129); }

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

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

 span { border-color: rgb(192,7,129); }

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