Shades of Fuchsia #C933BA
Tints of Fuchsia #C933BA
RGB
CMYK
RGB Variations
Color information
#C933BA (or 0xC933BA) is known color: Fuchsia. HEX triplet: C9, 33 and BA. RGB value is (201,51,186). Sum of RGB (Red+Green+Blue) = 201+51+186=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C933BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C933BA is #36CC45. Grayscale: #6E6E6E. Windows color (decimal): -3591238 or 12202953. OLE color: 12202953.
HSL color Cylindrical-coordinate representation of color #C933BA: hue angle of 306º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C933BA is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 186 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.21 |
| HSL | 306º | 0.6% | 0.49% | - |
| HSV(B) | 306º | 0.75% | 0.79% | - |
| XYZ | 34.13 | 18.33 | 48.19 | - |
| YUV | 111.24 | 170.2 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 186 | 0 | 0.75 | 0.07 | 0.21 | 306 | 0.6 | 0.49 |
| Hex | C9 | 33 | BA | 0 | 4B | 7 | 15 | 132 | 3C | 31 |
| Octal | 311 | 63 | 272 | 0 | 113 | 7 | 25 | 462 | 74 | 61 |
| Binary | 11001001 | 110011 | 10111010 | 0 | 1001011 | 111 | 10101 | 100110010 | 111100 | 110001 |
Color Harmonies of #C933BA
Complementary color
Monochromatic Colors of #C933BA
Black with #C933BA
Text Example
Text Example
White with #C933BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933BA; }
p { color: rgb(201,51,186); }
H1.HeaderClassName
{
color: #C933BA;
}
.AnyTagClassName
{
color: #C933BA;
}
</style>
background-color css
<style>
a { background-color: #C933BA; }
a { background-color: rgb(201,51,186); }
div.DivClassName
{
background-color: #C933BA;
}
.BgClassName
{
background-color: #C933BA;
}
</style>
border-color css
<style>
span { border-color: #C933BA; }
span { border-color: rgb(201,51,186); }
td.TdClassName
{
border-color: #C933BA;
}
.TagClassName
{
border-color: #C933BA;
}
</style>