#C30B7F

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

Shades of Medium Violet Red #C30B7F

Tints of Medium Violet Red #C30B7F

Color information

#C30B7F (or 0xC30B7F) is unknown color: approx Medium Violet Red. HEX triplet: C3, 0B and 7F. RGB value is (195,11,127). Sum of RGB (Red+Green+Blue) = 195+11+127=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B7F is #3CF480. Grayscale: #4E4E4E. Windows color (decimal): -3994753 or 8326083. OLE color: 8326083.

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

Color convert

RGB19511127-
CMYK00.940.350.24
HSL322.17º89.32%40.39%-
HSV(B)322.17º94.36%76.47%-
XYZ26.4613.3721.27-
YUV79.24154.96210.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.56%
GREEN value IS 11 (4.69% from 255) = 3.30%
BLUE value IS 127 (50% from 255) = 38.14%
R=58.56%
G=3.30%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951112700.940.350.24322.1789.3240.39
HexC3B7F05E23181425928
Octal303131770136433050213150
Binary110000111011111111101011110100011110001010000101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30B7F; }

 p { color: rgb(195,11,127); }

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

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

 a { background-color: rgb(195,11,127); }

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

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

 span { border-color: rgb(195,11,127); }

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