Shades of Fuchsia #C545CD
Tints of Fuchsia #C545CD
RGB
CMYK
RGB Variations
Color information
#C545CD (or 0xC545CD) is known color: Fuchsia. HEX triplet: C5, 45 and CD. RGB value is (197,69,205). Sum of RGB (Red+Green+Blue) = 197+69+205=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #C545CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545CD is #3ABA32. Grayscale: #7A7A7A. Windows color (decimal): -3848755 or 13452741. OLE color: 13452741.
HSL color Cylindrical-coordinate representation of color #C545CD: hue angle of 296.47º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C545CD is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 69 | 205 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.20 |
| HSL | 296.47º | 0.58% | 0.54% | - |
| HSV(B) | 296.47º | 0.66% | 0.8% | - |
| XYZ | 36.17 | 20.53 | 59.81 | - |
| YUV | 122.78 | 174.41 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 205 | 0.04 | 0.66 | 0 | 0.20 | 296.47 | 0.58 | 0.54 |
| Hex | C5 | 45 | CD | 4 | 42 | 0 | 14 | 128 | 3A | 36 |
| Octal | 305 | 105 | 315 | 4 | 102 | 0 | 24 | 450 | 72 | 66 |
| Binary | 11000101 | 1000101 | 11001101 | 100 | 1000010 | 0 | 10100 | 100101000 | 111010 | 110110 |
Color Harmonies of #C545CD
Complementary color
Monochromatic Colors of #C545CD
Black with #C545CD
Text Example
Text Example
White with #C545CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C545CD; }
p { color: rgb(197,69,205); }
H1.HeaderClassName
{
color: #C545CD;
}
.AnyTagClassName
{
color: #C545CD;
}
</style>
background-color css
<style>
a { background-color: #C545CD; }
a { background-color: rgb(197,69,205); }
div.DivClassName
{
background-color: #C545CD;
}
.BgClassName
{
background-color: #C545CD;
}
</style>
border-color css
<style>
span { border-color: #C545CD; }
span { border-color: rgb(197,69,205); }
td.TdClassName
{
border-color: #C545CD;
}
.TagClassName
{
border-color: #C545CD;
}
</style>