#CC5DD1

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

Shades of Fuchsia #CC5DD1

Tints of Fuchsia #CC5DD1

Color information

#CC5DD1 (or 0xCC5DD1) is unknown color: approx Fuchsia. HEX triplet: CC, 5D and D1. RGB value is (204,93,209). Sum of RGB (Red+Green+Blue) = 204+93+209=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC5DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DD1 is #33A22E. Grayscale: #8B8B8B. Windows color (decimal): -3383855 or 13721036. OLE color: 13721036.

HSL color Cylindrical-coordinate representation of color #CC5DD1: hue angle of 297.41º 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 #CC5DD1 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20493209-
CMYK0.020.5600.18
HSL297.41º55.77%59.22%-
HSV(B)297.41º55.5%81.96%-
XYZ40.3225.2763.07-
YUV139.41167.27174.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 93 (36.72% from 255) = 18.38%
BLUE value IS 209 (82.03% from 255) = 41.30%
R=40.32%
G=18.38%
B=41.30%

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
Decimal204932090.020.5600.18297.4155.7759.22
HexCC5DD1238012129383b
Octal3141353212700224517073
Binary1100110010111011101000110111000010010100101001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5DD1; }

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

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

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

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

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

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

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

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