#C4029C

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

Shades of Medium Violet Red #C4029C

Tints of Medium Violet Red #C4029C

Color information

#C4029C (or 0xC4029C) is unknown color: approx Medium Violet Red. HEX triplet: C4, 02 and 9C. RGB value is (196,2,156). Sum of RGB (Red+Green+Blue) = 196+2+156=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4029C is #3BFD63. Grayscale: #4D4D4D. Windows color (decimal): -3931492 or 10224324. OLE color: 10224324.

HSL color Cylindrical-coordinate representation of color #C4029C: hue angle of 312.37º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C4029C is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB1962156-
CMYK00.990.200.23
HSL312.37º97.98%38.82%-
HSV(B)312.37º98.98%76.86%-
XYZ28.7914.1832.67-
YUV77.56172.27212.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.37%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=55.37%
G=0.56%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196215600.990.200.23312.3797.9838.82
HexC429C06314171386227
Octal30422340143242747014247
Binary1100010010100111000110001110100101111001110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4029C; }

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

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

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

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

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

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

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

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