#CC5FAE

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

Shades of Fuchsia #CC5FAE

Tints of Fuchsia #CC5FAE

Color information

#CC5FAE (or 0xCC5FAE) is unknown color: approx Fuchsia. HEX triplet: CC, 5F and AE. RGB value is (204,95,174). Sum of RGB (Red+Green+Blue) = 204+95+174=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5FAE is #33A051. Grayscale: #888888. Windows color (decimal): -3383378 or 11427788. OLE color: 11427788.

HSL color Cylindrical-coordinate representation of color #CC5FAE: hue angle of 316.51º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5FAE is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB20495174-
CMYK00.530.150.2
HSL316.51º51.66%58.63%-
HSV(B)316.51º53.43%80%-
XYZ36.6324.0842.76-
YUV136.6149.11176.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=43.13%
G=20.08%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049517400.530.150.2316.5151.6658.63
HexCC5FAE035F1413d343b
Octal31413725606517244756473
Binary110011001011111101011100110101111110100100111101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5FAE; }

 p { color: rgb(204,95,174); }

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

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

 a { background-color: rgb(204,95,174); }

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

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

 span { border-color: rgb(204,95,174); }

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