#C63398

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

Shades of Medium Red Violet #C63398

Tints of Medium Red Violet #C63398

Color information

#C63398 (or 0xC63398) is unknown color: approx Medium Red Violet. HEX triplet: C6, 33 and 98. RGB value is (198,51,152). Sum of RGB (Red+Green+Blue) = 198+51+152=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C63398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63398 is #39CC67. Grayscale: #6A6A6A. Windows color (decimal): -3787880 or 9974726. OLE color: 9974726.

HSL color Cylindrical-coordinate representation of color #C63398: hue angle of 318.78º degrees, saturation: 0.59, 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 #C63398 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB19851152-
CMYK00.740.230.22
HSL318.78º59.04%48.82%-
HSV(B)318.78º74.24%77.65%-
XYZ30.1416.6431.33-
YUV106.47153.7193.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.38%
GREEN value IS 51 (20.31% from 255) = 12.72%
BLUE value IS 152 (59.77% from 255) = 37.91%
R=49.38%
G=12.72%
B=37.91%

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
Decimal1985115200.740.230.22318.7859.0448.82
HexC6339804A171613f3b31
Octal30663230011227264777361
Binary1100011011001110011000010010101011110110100111111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63398; }

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

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

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

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

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

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

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

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