#C548CC

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

Shades of Fuchsia #C548CC

Tints of Fuchsia #C548CC

Color information

#C548CC (or 0xC548CC) is unknown color: approx Fuchsia. HEX triplet: C5, 48 and CC. RGB value is (197,72,204). Sum of RGB (Red+Green+Blue) = 197+72+204=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #C548CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548CC is #3AB733. Grayscale: #7C7C7C. Windows color (decimal): -3847988 or 13387973. OLE color: 13387973.

HSL color Cylindrical-coordinate representation of color #C548CC: hue angle of 296.82º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C548CC is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19772204-
CMYK0.030.6500.2
HSL296.82º56.41%54.12%-
HSV(B)296.82º64.71%80%-
XYZ36.2420.8659.24-
YUV124.42172.91179.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 72 (28.52% from 255) = 15.22%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=41.65%
G=15.22%
B=43.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197722040.030.6500.2296.8256.4154.12
HexC548CC3410141293836
Octal30511031431010244517066
Binary11000101100100011001100111000001010100100101001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C548CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C548CC; }

 p { color: rgb(197,72,204); }

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

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

 a { background-color: rgb(197,72,204); }

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

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

 span { border-color: rgb(197,72,204); }

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