#C03075

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

Shades of Medium Red Violet #C03075

Tints of Medium Red Violet #C03075

Color information

#C03075 (or 0xC03075) is unknown color: approx Medium Red Violet. HEX triplet: C0, 30 and 75. RGB value is (192,48,117). Sum of RGB (Red+Green+Blue) = 192+48+117=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C03075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03075 is #3FCF8A. Grayscale: #626262. Windows color (decimal): -4181899 or 7680192. OLE color: 7680192.

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

Color convert

RGB19248117-
CMYK00.750.390.25
HSL331.25º60%47.06%-
HSV(B)331.25º75%75.29%-
XYZ26.0114.618.28-
YUV98.92138.21194.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.78%
GREEN value IS 48 (19.14% from 255) = 13.45%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=53.78%
G=13.45%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924811700.750.390.25331.256047.06
HexC0307504B271914b3c2f
Octal30060165011347315137457
Binary1100000011000011101010100101110011111001101001011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03075; }

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

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

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

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

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

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

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

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