#C42B76

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

Shades of Medium Red Violet #C42B76

Tints of Medium Red Violet #C42B76

Color information

#C42B76 (or 0xC42B76) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2B and 76. RGB value is (196,43,118). Sum of RGB (Red+Green+Blue) = 196+43+118=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42B76 is #3BD489. Grayscale: #616161. Windows color (decimal): -3921034 or 7744452. OLE color: 7744452.

HSL color Cylindrical-coordinate representation of color #C42B76: hue angle of 330.59º 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 #C42B76 is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB19643118-
CMYK00.780.400.23
HSL330.59º64.02%46.86%-
HSV(B)330.59º78.06%76.86%-
XYZ26.914.7718.57-
YUV97.3139.69198.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.90%
GREEN value IS 43 (17.19% from 255) = 12.04%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=54.90%
G=12.04%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964311800.780.400.23330.5964.0246.86
HexC42B7604E281714b402f
Octal304531660116502751310057
Binary11000100101011111011001001110101000101111010010111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42B76; }

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

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

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

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

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

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

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

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