#CC5ACB

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

Shades of Fuchsia #CC5ACB

Tints of Fuchsia #CC5ACB

Color information

#CC5ACB (or 0xCC5ACB) is unknown color: approx Fuchsia. HEX triplet: CC, 5A and CB. RGB value is (204,90,203). Sum of RGB (Red+Green+Blue) = 204+90+203=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5ACB is #33A534. Grayscale: #888888. Windows color (decimal): -3384629 or 13327052. OLE color: 13327052.

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

Color convert

RGB20490203-
CMYK00.560.000.2
HSL300.53º52.78%57.65%-
HSV(B)300.53º55.88%80%-
XYZ39.3424.4659.15-
YUV136.97165.27175.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.05%
GREEN value IS 90 (35.55% from 255) = 18.11%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=41.05%
G=18.11%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049020300.560.000.2300.5352.7857.65
HexCC5ACB03801412d353a
Octal3141323130700244556572
Binary110011001011010110010110111000010100100101101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5ACB; }

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

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

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

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

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

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

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

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