#C30C6D

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

Shades of Medium Violet Red #C30C6D

Tints of Medium Violet Red #C30C6D

Color information

#C30C6D (or 0xC30C6D) is unknown color: approx Medium Violet Red. HEX triplet: C3, 0C and 6D. RGB value is (195,12,109). Sum of RGB (Red+Green+Blue) = 195+12+109=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C6D is #3CF392. Grayscale: #4D4D4D. Windows color (decimal): -3994515 or 7146691. OLE color: 7146691.

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

Color convert

RGB19512109-
CMYK00.940.440.24
HSL328.2º88.41%40.59%-
HSV(B)328.2º93.85%76.47%-
XYZ25.412.9715.63-
YUV77.78145.63211.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.71%
GREEN value IS 12 (5.08% from 255) = 3.80%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=61.71%
G=3.80%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951210900.940.440.24328.288.4140.59
HexC3C6D05E2C181485829
Octal303141550136543051013051
Binary110000111100110110101011110101100110001010010001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30C6D; }

 p { color: rgb(195,12,109); }

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

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

 a { background-color: rgb(195,12,109); }

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

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

 span { border-color: rgb(195,12,109); }

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