#C54CBC

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

Shades of Fuchsia #C54CBC

Tints of Fuchsia #C54CBC

Color information

#C54CBC (or 0xC54CBC) is unknown color: approx Fuchsia. HEX triplet: C5, 4C and BC. RGB value is (197,76,188). Sum of RGB (Red+Green+Blue) = 197+76+188=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C54CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CBC is #3AB343. Grayscale: #7C7C7C. Windows color (decimal): -3846980 or 12340421. OLE color: 12340421.

HSL color Cylindrical-coordinate representation of color #C54CBC: hue angle of 304.46º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54CBC is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB19776188-
CMYK00.610.050.23
HSL304.46º51.05%53.53%-
HSV(B)304.46º61.42%77.25%-
XYZ34.6920.6749.74-
YUV124.95163.59179.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 76 (30.08% from 255) = 16.49%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=42.73%
G=16.49%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977618800.610.050.23304.4651.0553.53
HexC54CBC03D5171303336
Octal3051142740755274606366
Binary11000101100110010111100011110110110111100110000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54CBC; }

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

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

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

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

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

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

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

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