#cc5bd1

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

Shades of Fuchsia #CC5BD1

Tints of Fuchsia #CC5BD1

Color information

#CC5BD1 (or 0xCC5BD1) is unknown color: approx Fuchsia. HEX triplet: CC, 5B and D1. RGB value is (204,91,209). Sum of RGB (Red+Green+Blue) = 204+91+209=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC5BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BD1 is #33A42E. Grayscale: #898989. Windows color (decimal): -3384367 or 13720524. OLE color: 13720524.

HSL color Cylindrical-coordinate representation of color #CC5BD1: hue angle of 297.46º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5BD1 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20491209-
CMYK0.020.5600.18
HSL297.46º56.19%58.82%-
HSV(B)297.46º56.46%81.96%-
XYZ40.1524.9263.02-
YUV138.24167.94174.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 91 (35.94% from 255) = 18.06%
BLUE value IS 209 (82.03% from 255) = 41.47%
R=40.48%
G=18.06%
B=41.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204912090.020.5600.18297.4656.1958.82
HexCC5BD1238012129383b
Octal3141333212700224517073
Binary1100110010110111101000110111000010010100101001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc5bd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc5bd1; }

 p { color: rgb(204,91,209); }

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

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

 a { background-color: rgb(204,91,209); }

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

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

 span { border-color: rgb(204,91,209); }

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