#CC3EC1

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

Shades of Fuchsia #CC3EC1

Tints of Fuchsia #CC3EC1

Color information

#CC3EC1 (or 0xCC3EC1) is unknown color: approx Fuchsia. HEX triplet: CC, 3E and C1. RGB value is (204,62,193). Sum of RGB (Red+Green+Blue) = 204+62+193=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3EC1 is #33C13E. Grayscale: #777777. Windows color (decimal): -3391807 or 12664524. OLE color: 12664524.

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

Color convert

RGB20462193-
CMYK00.700.050.2
HSL304.65º58.2%52.16%-
HSV(B)304.65º69.61%80%-
XYZ36.2520.1352.43-
YUV119.39169.54188.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 62 (24.61% from 255) = 13.51%
BLUE value IS 193 (75.78% from 255) = 42.05%
R=44.44%
G=13.51%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046219300.700.050.2304.6558.252.16
HexCC3EC10465141313a34
Octal3147630101065244617264
Binary11001100111110110000010100011010110100100110001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3EC1; }

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

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

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

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

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

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

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

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