#CC4EC1

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

Shades of Fuchsia #CC4EC1

Tints of Fuchsia #CC4EC1

Color information

#CC4EC1 (or 0xCC4EC1) is unknown color: approx Fuchsia. HEX triplet: CC, 4E and C1. RGB value is (204,78,193). Sum of RGB (Red+Green+Blue) = 204+78+193=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4EC1 is #33B13E. Grayscale: #808080. Windows color (decimal): -3387711 or 12668620. OLE color: 12668620.

HSL color Cylindrical-coordinate representation of color #CC4EC1: hue angle of 305.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4EC1 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB20478193-
CMYK00.620.050.2
HSL305.24º55.26%55.29%-
HSV(B)305.24º61.76%80%-
XYZ37.2522.1452.76-
YUV128.78164.24181.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.95%
GREEN value IS 78 (30.86% from 255) = 16.42%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=42.95%
G=16.42%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047819300.620.050.2305.2455.2655.29
HexCC4EC103E5141313737
Octal3141163010765244616767
Binary11001100100111011000001011111010110100100110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4EC1; }

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

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

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

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

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

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

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

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