#CC3ECA

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

Shades of Fuchsia #CC3ECA

Tints of Fuchsia #CC3ECA

Color information

#CC3ECA (or 0xCC3ECA) is unknown color: approx Fuchsia. HEX triplet: CC, 3E and CA. RGB value is (204,62,202). Sum of RGB (Red+Green+Blue) = 204+62+202=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ECA is #33C135. Grayscale: #787878. Windows color (decimal): -3391798 or 13254348. OLE color: 13254348.

HSL color Cylindrical-coordinate representation of color #CC3ECA: hue angle of 300.85º 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 #CC3ECA is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB20462202-
CMYK00.700.010.2
HSL300.85º58.2%52.16%-
HSV(B)300.85º69.61%80%-
XYZ37.2920.5557.88-
YUV120.42174.04187.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 62 (24.61% from 255) = 13.25%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=43.59%
G=13.25%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046220200.700.010.2300.8558.252.16
HexCC3ECA04611412d3a34
Octal3147631201061244557264
Binary110011001111101100101001000110110100100101101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3ECA; }

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

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

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

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

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

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

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

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