#CC4FCD

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

Shades of Fuchsia #CC4FCD

Tints of Fuchsia #CC4FCD

Color information

#CC4FCD (or 0xCC4FCD) is unknown color: approx Fuchsia. HEX triplet: CC, 4F and CD. RGB value is (204,79,205). Sum of RGB (Red+Green+Blue) = 204+79+205=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC4FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FCD is #33B032. Grayscale: #828282. Windows color (decimal): -3387443 or 13455308. OLE color: 13455308.

HSL color Cylindrical-coordinate representation of color #CC4FCD: hue angle of 299.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4FCD is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20479205-
CMYK0.000.6100.20
HSL299.52º55.75%55.69%-
HSV(B)299.52º61.46%80.39%-
XYZ38.7222.8460.12-
YUV130.74169.91180.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 79 (31.25% from 255) = 16.19%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=41.80%
G=16.19%
B=42.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204792050.000.6100.20299.5255.7555.69
HexCC4FCD03D01412c3838
Octal3141173150750244547070
Binary110011001001111110011010111101010100100101100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4FCD; }

 p { color: rgb(204,79,205); }

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

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

 a { background-color: rgb(204,79,205); }

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

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

 span { border-color: rgb(204,79,205); }

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