#C30F7F

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

Shades of Medium Violet Red #C30F7F

Tints of Medium Violet Red #C30F7F

Color information

#C30F7F (or 0xC30F7F) is unknown color: approx Medium Violet Red. HEX triplet: C3, 0F and 7F. RGB value is (195,15,127). Sum of RGB (Red+Green+Blue) = 195+15+127=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F7F is #3CF080. Grayscale: #515151. Windows color (decimal): -3993729 or 8327107. OLE color: 8327107.

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

Color convert

RGB19515127-
CMYK00.920.350.24
HSL322.67º85.71%41.18%-
HSV(B)322.67º92.31%76.47%-
XYZ26.5113.4821.28-
YUV81.59153.63208.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.86%
GREEN value IS 15 (6.25% from 255) = 4.45%
BLUE value IS 127 (50% from 255) = 37.69%
R=57.86%
G=4.45%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951512700.920.350.24322.6785.7141.18
HexC3F7F05C23181435629
Octal303171770134433050312651
Binary110000111111111111101011100100011110001010000111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30F7F; }

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

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

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

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

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

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

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

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