#C951AA

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

Shades of Fuchsia #C951AA

Tints of Fuchsia #C951AA

Color information

#C951AA (or 0xC951AA) is unknown color: approx Fuchsia. HEX triplet: C9, 51 and AA. RGB value is (201,81,170). Sum of RGB (Red+Green+Blue) = 201+81+170=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C951AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C951AA is #36AE55. Grayscale: #7E7E7E. Windows color (decimal): -3583574 or 11162057. OLE color: 11162057.

HSL color Cylindrical-coordinate representation of color #C951AA: hue angle of 315.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C951AA is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB20181170-
CMYK00.600.150.21
HSL315.5º52.63%55.29%-
HSV(B)315.5º59.7%78.82%-
XYZ34.2921.240.32-
YUV127.03152.26180.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.47%
GREEN value IS 81 (32.03% from 255) = 17.92%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=44.47%
G=17.92%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018117000.600.150.21315.552.6355.29
HexC951AA03CF1513c3537
Octal31112125207417254746567
Binary110010011010001101010100111100111110101100111100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C951AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C951AA; }

 p { color: rgb(201,81,170); }

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

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

 a { background-color: rgb(201,81,170); }

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

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

 span { border-color: rgb(201,81,170); }

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