#C1029D

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

Shades of Medium Violet Red #C1029D

Tints of Medium Violet Red #C1029D

Color information

#C1029D (or 0xC1029D) is unknown color: approx Medium Violet Red. HEX triplet: C1, 02 and 9D. RGB value is (193,2,157). Sum of RGB (Red+Green+Blue) = 193+2+157=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C1029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1029D is #3EFD62. Grayscale: #4C4C4C. Windows color (decimal): -4128099 or 10289857. OLE color: 10289857.

HSL color Cylindrical-coordinate representation of color #C1029D: hue angle of 311.31º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1029D is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB1932157-
CMYK00.990.190.24
HSL311.31º97.95%38.24%-
HSV(B)311.31º98.96%75.69%-
XYZ28.113.8233.08-
YUV76.78173.28210.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.83%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=54.83%
G=0.57%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193215700.990.190.24311.3197.9538.24
HexC129D06313181376226
Octal30122350143233046714246
Binary1100000110100111010110001110011110001001101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1029D; }

 p { color: rgb(193,2,157); }

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

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

 a { background-color: rgb(193,2,157); }

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

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

 span { border-color: rgb(193,2,157); }

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