#C535CD

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

Shades of Fuchsia #C535CD

Tints of Fuchsia #C535CD

Color information

#C535CD (or 0xC535CD) is unknown color: approx Fuchsia. HEX triplet: C5, 35 and CD. RGB value is (197,53,205). Sum of RGB (Red+Green+Blue) = 197+53+205=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #C535CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535CD is #3ACA32. Grayscale: #707070. Windows color (decimal): -3852851 or 13448645. OLE color: 13448645.

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

Color convert

RGB19753205-
CMYK0.040.7400.20
HSL296.84º60.32%50.59%-
HSV(B)296.84º74.15%80.39%-
XYZ35.3218.8259.53-
YUV113.38179.71187.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 53 (21.09% from 255) = 11.65%
BLUE value IS 205 (80.47% from 255) = 45.05%
R=43.30%
G=11.65%
B=45.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197532050.040.7400.20296.8460.3250.59
HexC535CD44A0141293c33
Octal3056531541120244517463
Binary11000101110101110011011001001010010100100101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C535CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C535CD; }

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

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

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

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

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

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

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

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