#CC3EB2

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

Shades of Fuchsia #CC3EB2

Tints of Fuchsia #CC3EB2

Color information

#CC3EB2 (or 0xCC3EB2) is unknown color: approx Fuchsia. HEX triplet: CC, 3E and B2. RGB value is (204,62,178). Sum of RGB (Red+Green+Blue) = 204+62+178=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3EB2 is #33C14D. Grayscale: #757575. Windows color (decimal): -3391822 or 11681484. OLE color: 11681484.

HSL color Cylindrical-coordinate representation of color #CC3EB2: hue angle of 310.99º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3EB2 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB20462178-
CMYK00.700.130.2
HSL310.99º58.2%52.16%-
HSV(B)310.99º69.61%80%-
XYZ34.6619.544.06-
YUV117.68162.04189.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 62 (24.61% from 255) = 13.96%
BLUE value IS 178 (69.92% from 255) = 40.09%
R=45.95%
G=13.96%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046217800.700.130.2310.9958.252.16
HexCC3EB2046D141373a34
Octal31476262010615244677264
Binary110011001111101011001001000110110110100100110111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3EB2; }

 p { color: rgb(204,62,178); }

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

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

 a { background-color: rgb(204,62,178); }

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

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

 span { border-color: rgb(204,62,178); }

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