#C30672

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

Shades of Medium Violet Red #C30672

Tints of Medium Violet Red #C30672

Color information

#C30672 (or 0xC30672) is unknown color: approx Medium Violet Red. HEX triplet: C3, 06 and 72. RGB value is (195,6,114). Sum of RGB (Red+Green+Blue) = 195+6+114=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C30672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30672 is #3CF98D. Grayscale: #4A4A4A. Windows color (decimal): -3996046 or 7472835. OLE color: 7472835.

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

Color convert

RGB1956114-
CMYK00.970.420.24
HSL325.71º94.03%39.41%-
HSV(B)325.71º96.92%76.47%-
XYZ25.6112.9517.07-
YUV74.82150.12213.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.90%
GREEN value IS 6 (2.73% from 255) = 1.90%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=61.90%
G=1.90%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195611400.970.420.24325.7194.0339.41
HexC36720612A181465e27
Octal30361620141523050613647
Binary11000011110111001001100001101010110001010001101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30672; }

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

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

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

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

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

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

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

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