#C638A1

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

Shades of Medium Red Violet #C638A1

Tints of Medium Red Violet #C638A1

Color information

#C638A1 (or 0xC638A1) is unknown color: approx Medium Red Violet. HEX triplet: C6, 38 and A1. RGB value is (198,56,161). Sum of RGB (Red+Green+Blue) = 198+56+161=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C638A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C638A1 is #39C75E. Grayscale: #6E6E6E. Windows color (decimal): -3786591 or 10565830. OLE color: 10565830.

HSL color Cylindrical-coordinate representation of color #C638A1: hue angle of 315.63º 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 #C638A1 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB19856161-
CMYK00.720.190.22
HSL315.63º55.91%49.8%-
HSV(B)315.63º71.72%77.65%-
XYZ31.1417.4135.44-
YUV110.43156.54190.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 56 (22.27% from 255) = 13.49%
BLUE value IS 161 (63.28% from 255) = 38.80%
R=47.71%
G=13.49%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985616100.720.190.22315.6355.9149.8
HexC638A1048131613c3832
Octal30670241011023264747062
Binary1100011011100010100001010010001001110110100111100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C638A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C638A1; }

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

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

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

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

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

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

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

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