#C1029B

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

Shades of Medium Violet Red #C1029B

Tints of Medium Violet Red #C1029B

Color information

#C1029B (or 0xC1029B) is unknown color: approx Medium Violet Red. HEX triplet: C1, 02 and 9B. RGB value is (193,2,155). Sum of RGB (Red+Green+Blue) = 193+2+155=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C1029B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1029B is #3EFD64. Grayscale: #4C4C4C. Windows color (decimal): -4128101 or 10158785. OLE color: 10158785.

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

Color convert

RGB1932155-
CMYK00.990.200.24
HSL311.94º97.95%38.24%-
HSV(B)311.94º98.96%75.69%-
XYZ27.9313.7532.19-
YUV76.55172.28211.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.14%
GREEN value IS 2 (1.17% from 255) = 0.57%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=55.14%
G=0.57%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193215500.990.200.24311.9497.9538.24
HexC129B06314181386226
Octal30122330143243047014246
Binary1100000110100110110110001110100110001001110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1029B; }

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

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

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

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

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

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

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

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