#C30C6E

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

Shades of Medium Violet Red #C30C6E

Tints of Medium Violet Red #C30C6E

Color information

#C30C6E (or 0xC30C6E) is unknown color: approx Medium Violet Red. HEX triplet: C3, 0C and 6E. RGB value is (195,12,110). Sum of RGB (Red+Green+Blue) = 195+12+110=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C6E is #3CF391. Grayscale: #4D4D4D. Windows color (decimal): -3994514 or 7212227. OLE color: 7212227.

HSL color Cylindrical-coordinate representation of color #C30C6E: hue angle of 327.87º 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 #C30C6E is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB19512110-
CMYK00.940.440.24
HSL327.87º88.41%40.59%-
HSV(B)327.87º93.85%76.47%-
XYZ25.4512.9915.92-
YUV77.89146.13211.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.51%
GREEN value IS 12 (5.08% from 255) = 3.79%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=61.51%
G=3.79%
B=34.70%

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
Decimal1951211000.940.440.24327.8788.4140.59
HexC3C6E05E2C181485829
Octal303141560136543051013051
Binary110000111100110111001011110101100110001010010001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30C6E; }

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

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

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

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

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

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

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

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