#C42B70

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

Shades of Medium Red Violet #C42B70

Tints of Medium Red Violet #C42B70

Color information

#C42B70 (or 0xC42B70) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2B and 70. RGB value is (196,43,112). Sum of RGB (Red+Green+Blue) = 196+43+112=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42B70 is #3BD48F. Grayscale: #606060. Windows color (decimal): -3921040 or 7351236. OLE color: 7351236.

HSL color Cylindrical-coordinate representation of color #C42B70: hue angle of 332.94º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B70 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB19643112-
CMYK00.780.430.23
HSL332.94º64.02%46.86%-
HSV(B)332.94º78.06%76.86%-
XYZ26.5514.6316.75-
YUV96.61136.69198.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.84%
GREEN value IS 43 (17.19% from 255) = 12.25%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=55.84%
G=12.25%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964311200.780.430.23332.9464.0246.86
HexC42B7004E2B1714d402f
Octal304531600116532751510057
Binary11000100101011111000001001110101011101111010011011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42B70; }

 p { color: rgb(196,43,112); }

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

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

 a { background-color: rgb(196,43,112); }

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

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

 span { border-color: rgb(196,43,112); }

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