#c14fcc

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

Shades of Fuchsia #C14FCC

Tints of Fuchsia #C14FCC

Color information

#C14FCC (or 0xC14FCC) is unknown color: approx Fuchsia. HEX triplet: C1, 4F and CC. RGB value is (193,79,204). Sum of RGB (Red+Green+Blue) = 193+79+204=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #C14FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FCC is #3EB033. Grayscale: #7E7E7E. Windows color (decimal): -4108340 or 13389761. OLE color: 13389761.

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

Color convert

RGB19379204-
CMYK0.050.6100.2
HSL294.72º55.07%55.49%-
HSV(B)294.72º61.27%80%-
XYZ35.6921.2959.36-
YUV127.34171.27174.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 79 (31.25% from 255) = 16.60%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=40.55%
G=16.60%
B=42.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal193792040.050.6100.2294.7255.0755.49
HexC14FCC53D0141273737
Octal3011173145750244476767
Binary11000001100111111001100101111101010100100100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c14fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c14fcc; }

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

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

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

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

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

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

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

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