#C03A9C

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

Shades of Medium Red Violet #C03A9C

Tints of Medium Red Violet #C03A9C

Color information

#C03A9C (or 0xC03A9C) is unknown color: approx Medium Red Violet. HEX triplet: C0, 3A and 9C. RGB value is (192,58,156). Sum of RGB (Red+Green+Blue) = 192+58+156=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03A9C is #3FC563. Grayscale: #6C6C6C. Windows color (decimal): -4179300 or 10238656. OLE color: 10238656.

HSL color Cylindrical-coordinate representation of color #C03A9C: hue angle of 316.12º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A9C is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19258156-
CMYK00.700.190.25
HSL316.12º53.6%49.02%-
HSV(B)316.12º69.79%75.29%-
XYZ29.2516.6333.12-
YUV109.24154.39187.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 58 (23.05% from 255) = 14.29%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=47.29%
G=14.29%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925815600.700.190.25316.1253.649.02
HexC03A9C046131913c3631
Octal30072234010623314746661
Binary1100000011101010011100010001101001111001100111100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03A9C; }

 p { color: rgb(192,58,156); }

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

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

 a { background-color: rgb(192,58,156); }

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

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

 span { border-color: rgb(192,58,156); }

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