#C30D9A

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

Shades of Medium Violet Red #C30D9A

Tints of Medium Violet Red #C30D9A

Color information

#C30D9A (or 0xC30D9A) is unknown color: approx Medium Violet Red. HEX triplet: C3, 0D and 9A. RGB value is (195,13,154). Sum of RGB (Red+Green+Blue) = 195+13+154=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30D9A is #3CF265. Grayscale: #535353. Windows color (decimal): -3994214 or 10096067. OLE color: 10096067.

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

Color convert

RGB19513154-
CMYK00.930.210.24
HSL313.52º87.5%40.78%-
HSV(B)313.52º93.33%76.47%-
XYZ28.4814.2231.82-
YUV83.49167.8207.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.87%
GREEN value IS 13 (5.47% from 255) = 3.59%
BLUE value IS 154 (60.55% from 255) = 42.54%
R=53.87%
G=3.59%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951315400.930.210.24313.5287.540.78
HexC3D9A05D151813a5829
Octal303152320135253047213051
Binary110000111101100110100101110110101110001001110101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30D9A; }

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

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

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

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

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

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

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

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