#CC51AC

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

Shades of Fuchsia #CC51AC

Tints of Fuchsia #CC51AC

Color information

#CC51AC (or 0xCC51AC) is unknown color: approx Fuchsia. HEX triplet: CC, 51 and AC. RGB value is (204,81,172). Sum of RGB (Red+Green+Blue) = 204+81+172=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC51AC is #33AE53. Grayscale: #7F7F7F. Windows color (decimal): -3386964 or 11293132. OLE color: 11293132.

HSL color Cylindrical-coordinate representation of color #CC51AC: hue angle of 315.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC51AC is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB20481172-
CMYK00.600.160.2
HSL315.61º54.67%55.88%-
HSV(B)315.61º60.29%80%-
XYZ35.2921.741.36-
YUV128.15152.75182.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 81 (32.03% from 255) = 17.72%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=44.64%
G=17.72%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048117200.600.160.2315.6154.6755.88
HexCC51AC03C101413c3738
Octal31412125407420244746770
Binary1100110010100011010110001111001000010100100111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC51AC; }

 p { color: rgb(204,81,172); }

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

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

 a { background-color: rgb(204,81,172); }

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

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

 span { border-color: rgb(204,81,172); }

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