#C30072

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

Shades of Medium Violet Red #C30072

Tints of Medium Violet Red #C30072

Color information

#C30072 (or 0xC30072) is unknown color: approx Medium Violet Red. HEX triplet: C3, 00 and 72. RGB value is (195,0,114). Sum of RGB (Red+Green+Blue) = 195+0+114=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C30072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30072 is #3CFF8D. Grayscale: #474747. Windows color (decimal): -3997582 or 7471299. OLE color: 7471299.

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

Color convert

RGB1950114-
CMYK010.420.24
HSL324.92º100%38.24%-
HSV(B)324.92º100%76.47%-
XYZ25.5412.8217.05-
YUV71.3152.1216.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=63.11%
G=0%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1950114010.420.24324.9210038.24
HexC30720642A181456426
Octal30301620144523050514446
Binary110000110111001001100100101010110001010001011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30072; }

 p { color: rgb(195,0,114); }

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

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

 a { background-color: rgb(195,0,114); }

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

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

 span { border-color: rgb(195,0,114); }

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