#CC51AD

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

Shades of Fuchsia #CC51AD

Tints of Fuchsia #CC51AD

Color information

#CC51AD (or 0xCC51AD) is unknown color: approx Fuchsia. HEX triplet: CC, 51 and AD. RGB value is (204,81,173). Sum of RGB (Red+Green+Blue) = 204+81+173=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC51AD is #33AE52. Grayscale: #808080. Windows color (decimal): -3386963 or 11358668. OLE color: 11358668.

HSL color Cylindrical-coordinate representation of color #CC51AD: hue angle of 315.12º 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 #CC51AD is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB20481173-
CMYK00.600.150.2
HSL315.12º54.67%55.88%-
HSV(B)315.12º60.29%80%-
XYZ35.3921.7441.87-
YUV128.26153.25182.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 81 (32.03% from 255) = 17.69%
BLUE value IS 173 (67.97% from 255) = 37.77%
R=44.54%
G=17.69%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048117300.600.150.2315.1254.6755.88
HexCC51AD03CF1413b3738
Octal31412125507417244736770
Binary110011001010001101011010111100111110100100111011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC51AD; }

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

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

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

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

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

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

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

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