Shades of Fuchsia #C535CD
Tints of Fuchsia #C535CD
RGB
CMYK
RGB Variations
Color information
#C535CD (or 0xC535CD) is known color: 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
RGB | 197 | 53 | 205 | - |
CMYK | 0.04 | 0.74 | 0 | 0.20 |
HSL | 296.84º | 0.6% | 0.51% | - |
HSV(B) | 296.84º | 0.74% | 0.8% | - |
XYZ | 35.32 | 18.82 | 59.53 | - |
YUV | 113.38 | 179.71 | 187.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 53 | 205 | 0.04 | 0.74 | 0 | 0.20 | 296.84 | 0.6 | 0.51 |
Hex | C5 | 35 | CD | 4 | 4A | 0 | 14 | 129 | 3C | 33 |
Octal | 305 | 65 | 315 | 4 | 112 | 0 | 24 | 451 | 74 | 63 |
Binary | 11000101 | 110101 | 11001101 | 100 | 1001010 | 0 | 10100 | 100101001 | 111100 | 110011 |
Color Harmonies of #C535CD
Complementary color
Monochromatic Colors of #C535CD
Black with #C535CD
Text Example
Text Example
White with #C535CD
Text Example
Text Example
HTML Codes & Css Web 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>