#CC4AD1

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

Shades of Fuchsia #CC4AD1

Tints of Fuchsia #CC4AD1

Color information

#CC4AD1 (or 0xCC4AD1) is unknown color: approx Fuchsia. HEX triplet: CC, 4A and D1. RGB value is (204,74,209). Sum of RGB (Red+Green+Blue) = 204+74+209=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC4AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AD1 is #33B52E. Grayscale: #7F7F7F. Windows color (decimal): -3388719 or 13716172. OLE color: 13716172.

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

Color convert

RGB20474209-
CMYK0.020.6500.18
HSL297.78º59.47%55.49%-
HSV(B)297.78º64.59%81.96%-
XYZ38.8622.3462.59-
YUV128.26173.57182.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 74 (29.30% from 255) = 15.20%
BLUE value IS 209 (82.03% from 255) = 42.92%
R=41.89%
G=15.20%
B=42.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204742090.020.6500.18297.7859.4755.49
HexCC4AD124101212a3b37
Octal31411232121010224527367
Binary11001100100101011010001101000001010010100101010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4AD1; }

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

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

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

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

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

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

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

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