#C41875

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

Shades of Medium Violet Red #C41875

Tints of Medium Violet Red #C41875

Color information

#C41875 (or 0xC41875) is unknown color: approx Medium Violet Red. HEX triplet: C4, 18 and 75. RGB value is (196,24,117). Sum of RGB (Red+Green+Blue) = 196+24+117=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C41875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41875 is #3BE78A. Grayscale: #555555. Windows color (decimal): -3925899 or 7674052. OLE color: 7674052.

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

Color convert

RGB19624117-
CMYK00.880.400.23
HSL327.56º78.18%43.14%-
HSV(B)327.56º87.76%76.86%-
XYZ26.313.6718.08-
YUV86.03145.48206.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.16%
GREEN value IS 24 (9.77% from 255) = 7.12%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=58.16%
G=7.12%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1962411700.880.400.23327.5678.1843.14
HexC4187505828171484e2b
Octal304301650130502751011653
Binary1100010011000111010101011000101000101111010010001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C41875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C41875; }

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

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

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

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

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

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

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

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