#C42085

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

Shades of Medium Violet Red #C42085

Tints of Medium Violet Red #C42085

Color information

#C42085 (or 0xC42085) is unknown color: approx Medium Violet Red. HEX triplet: C4, 20 and 85. RGB value is (196,32,133). Sum of RGB (Red+Green+Blue) = 196+32+133=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C42085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42085 is #3BDF7A. Grayscale: #5C5C5C. Windows color (decimal): -3923835 or 8724676. OLE color: 8724676.

HSL color Cylindrical-coordinate representation of color #C42085: hue angle of 323.05º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42085 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB19632133-
CMYK00.840.320.23
HSL323.05º71.93%44.71%-
HSV(B)323.05º83.67%76.86%-
XYZ27.5214.4623.53-
YUV92.55150.83201.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.29%
GREEN value IS 32 (12.89% from 255) = 8.86%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=54.29%
G=8.86%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963213300.840.320.23323.0571.9344.71
HexC420850542017143482d
Octal304402050124402750311055
Binary110001001000001000010101010100100000101111010000111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42085; }

 p { color: rgb(196,32,133); }

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

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

 a { background-color: rgb(196,32,133); }

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

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

 span { border-color: rgb(196,32,133); }

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