#C048AA

Color #C048AA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C048AA

Tints of Fuchsia #C048AA

Color information

#C048AA (or 0xC048AA) is unknown color: approx Fuchsia. HEX triplet: C0, 48 and AA. RGB value is (192,72,170). Sum of RGB (Red+Green+Blue) = 192+72+170=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C048AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C048AA is #3FB755. Grayscale: #767676. Windows color (decimal): -4175702 or 11159744. OLE color: 11159744.

HSL color Cylindrical-coordinate representation of color #C048AA: hue angle of 311º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C048AA is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB19272170-
CMYK00.630.110.25
HSL311º48.78%51.76%-
HSV(B)311º62.5%75.29%-
XYZ31.3118.7440-
YUV119.05156.76180.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.24%
GREEN value IS 72 (28.52% from 255) = 16.59%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=44.24%
G=16.59%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927217000.630.110.2531148.7851.76
HexC048AA03FB191373134
Octal30011025207713314676164
Binary110000001001000101010100111111101111001100110111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C048AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C048AA; }

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

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

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

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

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

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

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

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