#C028AA

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

Shades of Medium Red Violet #C028AA

Tints of Medium Red Violet #C028AA

Color information

#C028AA (or 0xC028AA) is unknown color: approx Medium Red Violet. HEX triplet: C0, 28 and AA. RGB value is (192,40,170). Sum of RGB (Red+Green+Blue) = 192+40+170=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C028AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C028AA is #3FD755. Grayscale: #636363. Windows color (decimal): -4183894 or 11151552. OLE color: 11151552.

HSL color Cylindrical-coordinate representation of color #C028AA: hue angle of 308.68º 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 #C028AA is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB19240170-
CMYK00.790.110.25
HSL308.68º65.52%45.49%-
HSV(B)308.68º79.17%75.29%-
XYZ29.7515.6339.48-
YUV100.27167.36193.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 40 (16.02% from 255) = 9.95%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=47.76%
G=9.95%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924017000.790.110.25308.6865.5245.49
HexC028AA04FB19135422d
Octal300502520117133146510255
Binary1100000010100010101010010011111011110011001101011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C028AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C028AA; }

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

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

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

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

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

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

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

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