#C14ECC

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

Shades of Fuchsia #C14ECC

Tints of Fuchsia #C14ECC

Color information

#C14ECC (or 0xC14ECC) is unknown color: approx Fuchsia. HEX triplet: C1, 4E and CC. RGB value is (193,78,204). Sum of RGB (Red+Green+Blue) = 193+78+204=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 78 (30.86% from 255 or 16.42% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #C14ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14ECC is #3EB133. Grayscale: #7E7E7E. Windows color (decimal): -4108596 or 13389505. OLE color: 13389505.

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

Color convert

RGB19378204-
CMYK0.050.6200.2
HSL294.76º55.26%55.29%-
HSV(B)294.76º61.76%80%-
XYZ35.6221.1559.33-
YUV126.75171.6175.25-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal193782040.050.6200.2294.7655.2655.29
HexC14ECC53E0141273737
Octal3011163145760244476767
Binary11000001100111011001100101111110010100100100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14ECC; }

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

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

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

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

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

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

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

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