#C63984

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

Shades of Medium Red Violet #C63984

Tints of Medium Red Violet #C63984

Color information

#C63984 (or 0xC63984) is unknown color: approx Medium Red Violet. HEX triplet: C6, 39 and 84. RGB value is (198,57,132). Sum of RGB (Red+Green+Blue) = 198+57+132=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C63984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63984 is #39C67B. Grayscale: #6B6B6B. Windows color (decimal): -3786364 or 8665542. OLE color: 8665542.

HSL color Cylindrical-coordinate representation of color #C63984: hue angle of 328.09º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63984 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB19857132-
CMYK00.710.330.22
HSL328.09º55.29%50%-
HSV(B)328.09º71.21%77.65%-
XYZ28.9216.623.51-
YUV107.71141.71192.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 57 (22.66% from 255) = 14.73%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=51.16%
G=14.73%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985713200.710.330.22328.0955.2950
HexC6398404721161483732
Octal30671204010741265106762
Binary11000110111001100001000100011110000110110101001000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63984; }

 p { color: rgb(198,57,132); }

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

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

 a { background-color: rgb(198,57,132); }

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

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

 span { border-color: rgb(198,57,132); }

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