#C926AB

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

Shades of Medium Violet Red #C926AB

Tints of Medium Violet Red #C926AB

Color information

#C926AB (or 0xC926AB) is unknown color: approx Medium Violet Red. HEX triplet: C9, 26 and AB. RGB value is (201,38,171). Sum of RGB (Red+Green+Blue) = 201+38+171=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C926AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C926AB is #36D954. Grayscale: #656565. Windows color (decimal): -3594581 or 11216585. OLE color: 11216585.

HSL color Cylindrical-coordinate representation of color #C926AB: hue angle of 311.04º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C926AB is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB20138171-
CMYK00.810.150.21
HSL311.04º68.2%46.86%-
HSV(B)311.04º81.09%78.82%-
XYZ32.1316.7440.07-
YUV101.9167198.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.02%
GREEN value IS 38 (15.23% from 255) = 9.27%
BLUE value IS 171 (67.19% from 255) = 41.71%
R=49.02%
G=9.27%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013817100.810.150.21311.0468.246.86
HexC926AB051F15137442f
Octal311462530121172546710457
Binary1100100110011010101011010100011111101011001101111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C926AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C926AB; }

 p { color: rgb(201,38,171); }

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

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

 a { background-color: rgb(201,38,171); }

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

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

 span { border-color: rgb(201,38,171); }

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