#C14CCA

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

Shades of Fuchsia #C14CCA

Tints of Fuchsia #C14CCA

Color information

#C14CCA (or 0xC14CCA) is unknown color: approx Fuchsia. HEX triplet: C1, 4C and CA. RGB value is (193,76,202). Sum of RGB (Red+Green+Blue) = 193+76+202=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #C14CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CCA is #3EB335. Grayscale: #7C7C7C. Windows color (decimal): -4109110 or 13257921. OLE color: 13257921.

HSL color Cylindrical-coordinate representation of color #C14CCA: hue angle of 295.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14CCA is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19376202-
CMYK0.040.6200.21
HSL295.71º54.31%54.51%-
HSV(B)295.71º62.38%79.22%-
XYZ35.2420.7758.03-
YUV125.35171.26176.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 76 (30.08% from 255) = 16.14%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=40.98%
G=16.14%
B=42.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193762020.040.6200.21295.7154.3154.51
HexC14CCA43E0151283637
Octal3011143124760254506667
Binary11000001100110011001010100111110010101100101000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14CCA; }

 p { color: rgb(193,76,202); }

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

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

 a { background-color: rgb(193,76,202); }

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

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

 span { border-color: rgb(193,76,202); }

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