#C30D8A

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

Shades of Medium Violet Red #C30D8A

Tints of Medium Violet Red #C30D8A

Color information

#C30D8A (or 0xC30D8A) is unknown color: approx Medium Violet Red. HEX triplet: C3, 0D and 8A. RGB value is (195,13,138). Sum of RGB (Red+Green+Blue) = 195+13+138=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30D8A is #3CF275. Grayscale: #515151. Windows color (decimal): -3994230 or 9047491. OLE color: 9047491.

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

Color convert

RGB19513138-
CMYK00.930.290.24
HSL318.79º87.5%40.78%-
HSV(B)318.79º93.33%76.47%-
XYZ27.2413.7225.26-
YUV81.67159.8208.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.36%
GREEN value IS 13 (5.47% from 255) = 3.76%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=56.36%
G=3.76%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951313800.930.290.24318.7987.540.78
HexC3D8A05D1D1813f5829
Octal303152120135353047713051
Binary110000111101100010100101110111101110001001111111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30D8A; }

 p { color: rgb(195,13,138); }

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

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

 a { background-color: rgb(195,13,138); }

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

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

 span { border-color: rgb(195,13,138); }

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