#C6268C

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

Shades of Medium Violet Red #C6268C

Tints of Medium Violet Red #C6268C

Color information

#C6268C (or 0xC6268C) is unknown color: approx Medium Violet Red. HEX triplet: C6, 26 and 8C. RGB value is (198,38,140). Sum of RGB (Red+Green+Blue) = 198+38+140=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6268C is #39D973. Grayscale: #616161. Windows color (decimal): -3791220 or 9184966. OLE color: 9184966.

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

Color convert

RGB19838140-
CMYK00.810.290.22
HSL321.75º67.8%46.27%-
HSV(B)321.75º80.81%77.65%-
XYZ28.7215.2926.25-
YUV97.47152.01199.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.66%
GREEN value IS 38 (15.23% from 255) = 10.11%
BLUE value IS 140 (55.08% from 255) = 37.23%
R=52.66%
G=10.11%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983814000.810.290.22321.7567.846.27
HexC6268C0511D16142442e
Octal306462140121352650210456
Binary11000110100110100011000101000111101101101010000101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6268C; }

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

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

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

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

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

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

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

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