Shades of Fuchsia #C945BD
Tints of Fuchsia #C945BD
RGB
CMYK
RGB Variations
Color information
#C945BD (or 0xC945BD) is known color: Fuchsia. HEX triplet: C9, 45 and BD. RGB value is (201,69,189). Sum of RGB (Red+Green+Blue) = 201+69+189=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C945BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C945BD is #36BA42. Grayscale: #797979. Windows color (decimal): -3586627 or 12404169. OLE color: 12404169.
HSL color Cylindrical-coordinate representation of color #C945BD: hue angle of 305.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C945BD is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 189 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.21 |
| HSL | 305.45º | 0.55% | 0.53% | - |
| HSV(B) | 305.45º | 0.66% | 0.79% | - |
| XYZ | 35.4 | 20.35 | 50.21 | - |
| YUV | 122.15 | 165.73 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 189 | 0 | 0.66 | 0.06 | 0.21 | 305.45 | 0.55 | 0.53 |
| Hex | C9 | 45 | BD | 0 | 42 | 6 | 15 | 131 | 37 | 35 |
| Octal | 311 | 105 | 275 | 0 | 102 | 6 | 25 | 461 | 67 | 65 |
| Binary | 11001001 | 1000101 | 10111101 | 0 | 1000010 | 110 | 10101 | 100110001 | 110111 | 110101 |
Color Harmonies of #C945BD
Complementary color
Monochromatic Colors of #C945BD
Black with #C945BD
Text Example
Text Example
White with #C945BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945BD; }
p { color: rgb(201,69,189); }
H1.HeaderClassName
{
color: #C945BD;
}
.AnyTagClassName
{
color: #C945BD;
}
</style>
background-color css
<style>
a { background-color: #C945BD; }
a { background-color: rgb(201,69,189); }
div.DivClassName
{
background-color: #C945BD;
}
.BgClassName
{
background-color: #C945BD;
}
</style>
border-color css
<style>
span { border-color: #C945BD; }
span { border-color: rgb(201,69,189); }
td.TdClassName
{
border-color: #C945BD;
}
.TagClassName
{
border-color: #C945BD;
}
</style>