#c6269e

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

Shades of Medium Violet Red #C6269E

Tints of Medium Violet Red #C6269E

Color information

#C6269E (or 0xC6269E) is unknown color: approx Medium Violet Red. HEX triplet: C6, 26 and 9E. RGB value is (198,38,158). Sum of RGB (Red+Green+Blue) = 198+38+158=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6269E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6269E is #39D961. Grayscale: #636363. Windows color (decimal): -3791202 or 10364614. OLE color: 10364614.

HSL color Cylindrical-coordinate representation of color #C6269E: hue angle of 315º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6269E is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB19838158-
CMYK00.810.200.22
HSL315º67.8%46.27%-
HSV(B)315º80.81%77.65%-
XYZ30.1515.8633.82-
YUV99.52161.01198.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.25%
GREEN value IS 38 (15.23% from 255) = 9.64%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=50.25%
G=9.64%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983815800.810.200.2231567.846.27
HexC6269E051141613b442e
Octal306462360121242647310456
Binary11000110100110100111100101000110100101101001110111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6269e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6269e; }

 p { color: rgb(198,38,158); }

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

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

 a { background-color: rgb(198,38,158); }

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

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

 span { border-color: rgb(198,38,158); }

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