#C638A5

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

Shades of Medium Red Violet #C638A5

Tints of Medium Red Violet #C638A5

Color information

#C638A5 (or 0xC638A5) is unknown color: approx Medium Red Violet. HEX triplet: C6, 38 and A5. RGB value is (198,56,165). Sum of RGB (Red+Green+Blue) = 198+56+165=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C638A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C638A5 is #39C75A. Grayscale: #6E6E6E. Windows color (decimal): -3786587 or 10827974. OLE color: 10827974.

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

Color convert

RGB19856165-
CMYK00.720.170.22
HSL313.94º55.91%49.8%-
HSV(B)313.94º71.72%77.65%-
XYZ31.4917.5537.33-
YUV110.88158.54190.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 56 (22.27% from 255) = 13.37%
BLUE value IS 165 (64.84% from 255) = 39.38%
R=47.26%
G=13.37%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985616500.720.170.22313.9455.9149.8
HexC638A5048111613a3832
Octal30670245011021264727062
Binary1100011011100010100101010010001000110110100111010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C638A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C638A5; }

 p { color: rgb(198,56,165); }

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

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

 a { background-color: rgb(198,56,165); }

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

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

 span { border-color: rgb(198,56,165); }

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