#C42875

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

Shades of Medium Red Violet #C42875

Tints of Medium Red Violet #C42875

Color information

#C42875 (or 0xC42875) is unknown color: approx Medium Red Violet. HEX triplet: C4, 28 and 75. RGB value is (196,40,117). Sum of RGB (Red+Green+Blue) = 196+40+117=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C42875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42875 is #3BD78A. Grayscale: #5F5F5F. Windows color (decimal): -3921803 or 7678148. OLE color: 7678148.

HSL color Cylindrical-coordinate representation of color #C42875: hue angle of 330.38º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42875 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB19640117-
CMYK00.800.400.23
HSL330.38º66.1%46.27%-
HSV(B)330.38º79.59%76.86%-
XYZ26.7314.5418.23-
YUV95.42140.18199.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.52%
GREEN value IS 40 (16.02% from 255) = 11.33%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=55.52%
G=11.33%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964011700.800.400.23330.3866.146.27
HexC42875050281714a422e
Octal304501650120502751210256
Binary11000100101000111010101010000101000101111010010101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42875; }

 p { color: rgb(196,40,117); }

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

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

 a { background-color: rgb(196,40,117); }

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

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

 span { border-color: rgb(196,40,117); }

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