#C04080

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

Shades of Medium Red Violet #C04080

Tints of Medium Red Violet #C04080

Color information

#C04080 (or 0xC04080) is unknown color: approx Medium Red Violet. HEX triplet: C0, 40 and 80. RGB value is (192,64,128). Sum of RGB (Red+Green+Blue) = 192+64+128=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C04080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04080 is #3FBF7F. Grayscale: #6D6D6D. Windows color (decimal): -4177792 or 8405184. OLE color: 8405184.

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

Color convert

RGB19264128-
CMYK00.670.330.25
HSL330º50.39%50.2%-
HSV(B)330º66.67%75.29%-
XYZ27.4716.4322.15-
YUV109.57138.41186.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 16.67%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926412800.670.330.2533050.3950.2
HexC04080043211914a3232
Octal300100200010341315126262
Binary110000001000000100000000100001110000111001101001010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04080; }

 p { color: rgb(192,64,128); }

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

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

 a { background-color: rgb(192,64,128); }

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

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

 span { border-color: rgb(192,64,128); }

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