#C028A0

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

Shades of Medium Red Violet #C028A0

Tints of Medium Red Violet #C028A0

Color information

#C028A0 (or 0xC028A0) is unknown color: approx Medium Red Violet. HEX triplet: C0, 28 and A0. RGB value is (192,40,160). Sum of RGB (Red+Green+Blue) = 192+40+160=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 40 (16.02% from 255 or 10.20% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C028A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C028A0 is #3FD75F. Grayscale: #626262. Windows color (decimal): -4183904 or 10496192. OLE color: 10496192.

HSL color Cylindrical-coordinate representation of color #C028A0: hue angle of 312.63º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C028A0 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19240160-
CMYK00.790.170.25
HSL312.63º65.52%45.49%-
HSV(B)312.63º79.17%75.29%-
XYZ28.8415.2634.68-
YUV99.13162.36194.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.98%
GREEN value IS 40 (16.02% from 255) = 10.20%
BLUE value IS 160 (62.89% from 255) = 40.82%
R=48.98%
G=10.20%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924016000.790.170.25312.6365.5245.49
HexC028A004F1119139422d
Octal300502400117213147110255
Binary11000000101000101000000100111110001110011001110011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C028A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C028A0; }

 p { color: rgb(192,40,160); }

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

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

 a { background-color: rgb(192,40,160); }

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

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

 span { border-color: rgb(192,40,160); }

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