#C63498

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

Shades of Medium Red Violet #C63498

Tints of Medium Red Violet #C63498

Color information

#C63498 (or 0xC63498) is unknown color: approx Medium Red Violet. HEX triplet: C6, 34 and 98. RGB value is (198,52,152). Sum of RGB (Red+Green+Blue) = 198+52+152=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C63498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63498 is #39CB67. Grayscale: #6A6A6A. Windows color (decimal): -3787624 or 9974982. OLE color: 9974982.

HSL color Cylindrical-coordinate representation of color #C63498: hue angle of 318.9º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63498 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB19852152-
CMYK00.740.230.22
HSL318.9º58.4%49.02%-
HSV(B)318.9º73.74%77.65%-
XYZ30.1816.7331.34-
YUV107.05153.37192.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.25%
GREEN value IS 52 (20.70% from 255) = 12.94%
BLUE value IS 152 (59.77% from 255) = 37.81%
R=49.25%
G=12.94%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985215200.740.230.22318.958.449.02
HexC6349804A171613f3a31
Octal30664230011227264777261
Binary1100011011010010011000010010101011110110100111111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63498; }

 p { color: rgb(198,52,152); }

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

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

 a { background-color: rgb(198,52,152); }

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

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

 span { border-color: rgb(198,52,152); }

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