#C54CCA

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

Shades of Fuchsia #C54CCA

Tints of Fuchsia #C54CCA

Color information

#C54CCA (or 0xC54CCA) is unknown color: approx Fuchsia. HEX triplet: C5, 4C and CA. RGB value is (197,76,202). Sum of RGB (Red+Green+Blue) = 197+76+202=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #C54CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CCA is #3AB335. Grayscale: #7E7E7E. Windows color (decimal): -3846966 or 13257925. OLE color: 13257925.

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

Color convert

RGB19776202-
CMYK0.020.6200.21
HSL297.62º54.31%54.51%-
HSV(B)297.62º62.38%79.22%-
XYZ36.2721.358.08-
YUV126.54170.59178.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 76 (30.08% from 255) = 16%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=41.47%
G=16%
B=42.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197762020.020.6200.21297.6254.3154.51
HexC54CCA23E01512a3637
Octal3051143122760254526667
Binary1100010110011001100101010111110010101100101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54CCA; }

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

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

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

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

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

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

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

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