#C539CD

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

Shades of Fuchsia #C539CD

Tints of Fuchsia #C539CD

Color information

#C539CD (or 0xC539CD) is unknown color: approx Fuchsia. HEX triplet: C5, 39 and CD. RGB value is (197,57,205). Sum of RGB (Red+Green+Blue) = 197+57+205=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #C539CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C539CD is #3AC632. Grayscale: #737373. Windows color (decimal): -3851827 or 13449669. OLE color: 13449669.

HSL color Cylindrical-coordinate representation of color #C539CD: hue angle of 296.76º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C539CD is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19757205-
CMYK0.040.7200.20
HSL296.76º59.68%51.37%-
HSV(B)296.76º72.2%80.39%-
XYZ35.5119.259.59-
YUV115.73178.38185.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 57 (22.66% from 255) = 12.42%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=42.92%
G=12.42%
B=44.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197572050.040.7200.20296.7659.6851.37
HexC539CD4480141293c33
Octal3057131541100244517463
Binary11000101111001110011011001001000010100100101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C539CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C539CD; }

 p { color: rgb(197,57,205); }

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

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

 a { background-color: rgb(197,57,205); }

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

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

 span { border-color: rgb(197,57,205); }

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