Shades of Fuchsia #C945CD
Tints of Fuchsia #C945CD
RGB
CMYK
RGB Variations
Color information
#C945CD (or 0xC945CD) is known color: Fuchsia. HEX triplet: C9, 45 and CD. RGB value is (201,69,205). Sum of RGB (Red+Green+Blue) = 201+69+205=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #C945CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C945CD is #36BA32. Grayscale: #7B7B7B. Windows color (decimal): -3586611 or 13452745. OLE color: 13452745.
HSL color Cylindrical-coordinate representation of color #C945CD: hue angle of 298.24º 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 #C945CD is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 69 | 205 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.20 |
| HSL | 298.24º | 0.58% | 0.54% | - |
| HSV(B) | 298.24º | 0.66% | 0.8% | - |
| XYZ | 37.23 | 21.08 | 59.86 | - |
| YUV | 123.97 | 173.73 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 205 | 0.02 | 0.66 | 0 | 0.20 | 298.24 | 0.58 | 0.54 |
| Hex | C9 | 45 | CD | 2 | 42 | 0 | 14 | 12A | 3A | 36 |
| Octal | 311 | 105 | 315 | 2 | 102 | 0 | 24 | 452 | 72 | 66 |
| Binary | 11001001 | 1000101 | 11001101 | 10 | 1000010 | 0 | 10100 | 100101010 | 111010 | 110110 |
Color Harmonies of #C945CD
Complementary color
Monochromatic Colors of #C945CD
Black with #C945CD
Text Example
Text Example
White with #C945CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945CD; }
p { color: rgb(201,69,205); }
H1.HeaderClassName
{
color: #C945CD;
}
.AnyTagClassName
{
color: #C945CD;
}
</style>
background-color css
<style>
a { background-color: #C945CD; }
a { background-color: rgb(201,69,205); }
div.DivClassName
{
background-color: #C945CD;
}
.BgClassName
{
background-color: #C945CD;
}
</style>
border-color css
<style>
span { border-color: #C945CD; }
span { border-color: rgb(201,69,205); }
td.TdClassName
{
border-color: #C945CD;
}
.TagClassName
{
border-color: #C945CD;
}
</style>