#C63075

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

Shades of Medium Red Violet #C63075

Tints of Medium Red Violet #C63075

Color information

#C63075 (or 0xC63075) is unknown color: approx Medium Red Violet. HEX triplet: C6, 30 and 75. RGB value is (198,48,117). Sum of RGB (Red+Green+Blue) = 198+48+117=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C63075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63075 is #39CF8A. Grayscale: #646464. Windows color (decimal): -3788683 or 7680198. OLE color: 7680198.

HSL color Cylindrical-coordinate representation of color #C63075: hue angle of 332.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63075 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB19848117-
CMYK00.760.410.22
HSL332.4º60.98%48.24%-
HSV(B)332.4º75.76%77.65%-
XYZ27.5615.418.35-
YUV100.72137.2197.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.55%
GREEN value IS 48 (19.14% from 255) = 13.22%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=54.55%
G=13.22%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984811700.760.410.22332.460.9848.24
HexC6307504C291614c3d30
Octal30660165011451265147560
Binary1100011011000011101010100110010100110110101001100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63075; }

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

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

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

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

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

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

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

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