#C018AA

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

Shades of Medium Violet Red #C018AA

Tints of Medium Violet Red #C018AA

Color information

#C018AA (or 0xC018AA) is unknown color: approx Medium Violet Red. HEX triplet: C0, 18 and AA. RGB value is (192,24,170). Sum of RGB (Red+Green+Blue) = 192+24+170=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C018AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C018AA is #3FE755. Grayscale: #5A5A5A. Windows color (decimal): -4187990 or 11147456. OLE color: 11147456.

HSL color Cylindrical-coordinate representation of color #C018AA: hue angle of 307.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C018AA is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB19224170-
CMYK00.880.110.25
HSL307.86º77.78%42.35%-
HSV(B)307.86º87.5%75.29%-
XYZ29.3214.7639.33-
YUV90.88172.66200.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.74%
GREEN value IS 24 (9.77% from 255) = 6.22%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=49.74%
G=6.22%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922417000.880.110.25307.8677.7842.35
HexC018AA058B191344e2a
Octal300302520130133146411652
Binary110000001100010101010010110001011110011001101001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C018AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C018AA; }

 p { color: rgb(192,24,170); }

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

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

 a { background-color: rgb(192,24,170); }

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

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

 span { border-color: rgb(192,24,170); }

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