#CC5ACF

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

Shades of Fuchsia #CC5ACF

Tints of Fuchsia #CC5ACF

Color information

#CC5ACF (or 0xCC5ACF) is unknown color: approx Fuchsia. HEX triplet: CC, 5A and CF. RGB value is (204,90,207). Sum of RGB (Red+Green+Blue) = 204+90+207=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 90 (35.55% from 255 or 17.96% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC5ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ACF is #33A530. Grayscale: #898989. Windows color (decimal): -3384625 or 13589196. OLE color: 13589196.

HSL color Cylindrical-coordinate representation of color #CC5ACF: hue angle of 298.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5ACF is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20490207-
CMYK0.010.5700.19
HSL298.46º54.93%58.24%-
HSV(B)298.46º56.52%81.18%-
XYZ39.8224.6561.69-
YUV137.42167.27175.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 90 (35.55% from 255) = 17.96%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=40.72%
G=17.96%
B=41.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204902070.010.5700.19298.4654.9358.24
HexCC5ACF13901312a373a
Octal3141323171710234526772
Binary110011001011010110011111111001010011100101010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5ACF; }

 p { color: rgb(204,90,207); }

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

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

 a { background-color: rgb(204,90,207); }

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

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

 span { border-color: rgb(204,90,207); }

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