#C538CD

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

Shades of Fuchsia #C538CD

Tints of Fuchsia #C538CD

Color information

#C538CD (or 0xC538CD) is unknown color: approx Fuchsia. HEX triplet: C5, 38 and CD. RGB value is (197,56,205). Sum of RGB (Red+Green+Blue) = 197+56+205=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #C538CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C538CD is #3AC732. Grayscale: #727272. Windows color (decimal): -3852083 or 13449413. OLE color: 13449413.

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

Color convert

RGB19756205-
CMYK0.040.7300.20
HSL296.78º59.84%51.18%-
HSV(B)296.78º72.68%80.39%-
XYZ35.4619.1159.58-
YUV115.15178.71186.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.01%
GREEN value IS 56 (22.27% from 255) = 12.23%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=43.01%
G=12.23%
B=44.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197562050.040.7300.20296.7859.8451.18
HexC538CD4490141293c33
Octal3057031541110244517463
Binary11000101111000110011011001001001010100100101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C538CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C538CD; }

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

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

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

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

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

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

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

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