#C1029C

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

Shades of Medium Violet Red #C1029C

Tints of Medium Violet Red #C1029C

Color information

#C1029C (or 0xC1029C) is unknown color: approx Medium Violet Red. HEX triplet: C1, 02 and 9C. RGB value is (193,2,156). Sum of RGB (Red+Green+Blue) = 193+2+156=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1029C is #3EFD63. Grayscale: #4C4C4C. Windows color (decimal): -4128100 or 10224321. OLE color: 10224321.

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

Color convert

RGB1932156-
CMYK00.990.190.24
HSL311.62º97.95%38.24%-
HSV(B)311.62º98.96%75.69%-
XYZ28.0113.7832.64-
YUV76.66172.78210.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.99%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 156 (61.33% from 255) = 44.44%
R=54.99%
G=0.57%
B=44.44%

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
Decimal193215600.990.190.24311.6297.9538.24
HexC129C06313181386226
Octal30122340143233047014246
Binary1100000110100111000110001110011110001001110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1029C; }

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

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

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

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

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

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

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

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