#CC3FCD

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

Shades of Fuchsia #CC3FCD

Tints of Fuchsia #CC3FCD

Color information

#CC3FCD (or 0xCC3FCD) is unknown color: approx Fuchsia. HEX triplet: CC, 3F and CD. RGB value is (204,63,205). Sum of RGB (Red+Green+Blue) = 204+63+205=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC3FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FCD is #33C032. Grayscale: #787878. Windows color (decimal): -3391539 or 13451212. OLE color: 13451212.

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

Color convert

RGB20463205-
CMYK0.000.6900.20
HSL299.58º58.68%52.55%-
HSV(B)299.58º69.27%80.39%-
XYZ37.720.859.79-
YUV121.35175.21186.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 63 (25% from 255) = 13.35%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=43.22%
G=13.35%
B=43.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal204632050.000.6900.20299.5858.6852.55
HexCC3FCD04501412c3b35
Octal3147731501050244547365
Binary110011001111111100110101000101010100100101100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3FCD; }

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

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

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

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

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

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

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

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