#CC4AD3

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

Shades of Fuchsia #CC4AD3

Tints of Fuchsia #CC4AD3

Color information

#CC4AD3 (or 0xCC4AD3) is unknown color: approx Fuchsia. HEX triplet: CC, 4A and D3. RGB value is (204,74,211). Sum of RGB (Red+Green+Blue) = 204+74+211=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC4AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4AD3 is #33B52C. Grayscale: #808080. Windows color (decimal): -3388717 or 13847244. OLE color: 13847244.

HSL color Cylindrical-coordinate representation of color #CC4AD3: hue angle of 296.93º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4AD3 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20474211-
CMYK0.030.6500.17
HSL296.93º60.89%55.88%-
HSV(B)296.93º64.93%82.75%-
XYZ39.1122.4463.9-
YUV128.49174.57181.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 74 (29.30% from 255) = 15.13%
BLUE value IS 211 (82.81% from 255) = 43.15%
R=41.72%
G=15.13%
B=43.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal204742110.030.6500.17296.9360.8955.88
HexCC4AD33410111293d38
Octal31411232331010214517570
Binary11001100100101011010011111000001010001100101001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4AD3; }

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

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

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

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

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

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

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

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