Shades of Fuchsia #C948BD
Tints of Fuchsia #C948BD
RGB
CMYK
RGB Variations
Color information
#C948BD (or 0xC948BD) is known color: Fuchsia. HEX triplet: C9, 48 and BD. RGB value is (201,72,189). Sum of RGB (Red+Green+Blue) = 201+72+189=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C948BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C948BD is #36B742. Grayscale: #7B7B7B. Windows color (decimal): -3585859 or 12404937. OLE color: 12404937.
HSL color Cylindrical-coordinate representation of color #C948BD: hue angle of 305.58º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C948BD is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 189 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.21 |
| HSL | 305.58º | 0.54% | 0.54% | - |
| HSV(B) | 305.58º | 0.64% | 0.79% | - |
| XYZ | 35.59 | 20.73 | 50.27 | - |
| YUV | 123.91 | 164.74 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 189 | 0 | 0.64 | 0.06 | 0.21 | 305.58 | 0.54 | 0.54 |
| Hex | C9 | 48 | BD | 0 | 40 | 6 | 15 | 132 | 36 | 36 |
| Octal | 311 | 110 | 275 | 0 | 100 | 6 | 25 | 462 | 66 | 66 |
| Binary | 11001001 | 1001000 | 10111101 | 0 | 1000000 | 110 | 10101 | 100110010 | 110110 | 110110 |
Color Harmonies of #C948BD
Complementary color
Monochromatic Colors of #C948BD
Black with #C948BD
Text Example
Text Example
White with #C948BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948BD; }
p { color: rgb(201,72,189); }
H1.HeaderClassName
{
color: #C948BD;
}
.AnyTagClassName
{
color: #C948BD;
}
</style>
background-color css
<style>
a { background-color: #C948BD; }
a { background-color: rgb(201,72,189); }
div.DivClassName
{
background-color: #C948BD;
}
.BgClassName
{
background-color: #C948BD;
}
</style>
border-color css
<style>
span { border-color: #C948BD; }
span { border-color: rgb(201,72,189); }
td.TdClassName
{
border-color: #C948BD;
}
.TagClassName
{
border-color: #C948BD;
}
</style>