#C03175

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

Shades of Medium Red Violet #C03175

Tints of Medium Red Violet #C03175

Color information

#C03175 (or 0xC03175) is unknown color: approx Medium Red Violet. HEX triplet: C0, 31 and 75. RGB value is (192,49,117). Sum of RGB (Red+Green+Blue) = 192+49+117=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C03175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03175 is #3FCE8A. Grayscale: #636363. Windows color (decimal): -4181643 or 7680448. OLE color: 7680448.

HSL color Cylindrical-coordinate representation of color #C03175: hue angle of 331.47º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03175 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB19249117-
CMYK00.740.390.25
HSL331.47º59.34%47.25%-
HSV(B)331.47º74.48%75.29%-
XYZ26.0514.6918.29-
YUV99.51137.88193.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.63%
GREEN value IS 49 (19.53% from 255) = 13.69%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=53.63%
G=13.69%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924911700.740.390.25331.4759.3447.25
HexC0317504A271914b3b2f
Octal30061165011247315137357
Binary1100000011000111101010100101010011111001101001011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03175; }

 p { color: rgb(192,49,117); }

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

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

 a { background-color: rgb(192,49,117); }

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

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

 span { border-color: rgb(192,49,117); }

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