#CC4CD1

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

Shades of Fuchsia #CC4CD1

Tints of Fuchsia #CC4CD1

Color information

#CC4CD1 (or 0xCC4CD1) is unknown color: approx Fuchsia. HEX triplet: CC, 4C and D1. RGB value is (204,76,209). Sum of RGB (Red+Green+Blue) = 204+76+209=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 209 (82.03% from 255 or 42.74% from 489); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC4CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CD1 is #33B32E. Grayscale: #818181. Windows color (decimal): -3388207 or 13716684. OLE color: 13716684.

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

Color convert

RGB20476209-
CMYK0.020.6400.18
HSL297.74º59.11%55.88%-
HSV(B)297.74º63.64%81.96%-
XYZ38.9922.6162.63-
YUV129.43172.91181.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 76 (30.08% from 255) = 15.54%
BLUE value IS 209 (82.03% from 255) = 42.74%
R=41.72%
G=15.54%
B=42.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204762090.020.6400.18297.7459.1155.88
HexCC4CD124001212a3b38
Octal31411432121000224527370
Binary11001100100110011010001101000000010010100101010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4CD1; }

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

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

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

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

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

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

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

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