Shades of Fuchsia #C933B6
Tints of Fuchsia #C933B6
RGB
CMYK
RGB Variations
Color information
#C933B6 (or 0xC933B6) is known color: Fuchsia. HEX triplet: C9, 33 and B6. RGB value is (201,51,182). Sum of RGB (Red+Green+Blue) = 201+51+182=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C933B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C933B6 is #36CC49. Grayscale: #6E6E6E. Windows color (decimal): -3591242 or 11940809. OLE color: 11940809.
HSL color Cylindrical-coordinate representation of color #C933B6: hue angle of 307.6º 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 #C933B6 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 182 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.21 |
| HSL | 307.6º | 0.6% | 0.49% | - |
| HSV(B) | 307.6º | 0.75% | 0.79% | - |
| XYZ | 33.71 | 18.16 | 45.98 | - |
| YUV | 110.78 | 168.2 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 182 | 0 | 0.75 | 0.09 | 0.21 | 307.6 | 0.6 | 0.49 |
| Hex | C9 | 33 | B6 | 0 | 4B | 9 | 15 | 134 | 3C | 31 |
| Octal | 311 | 63 | 266 | 0 | 113 | 11 | 25 | 464 | 74 | 61 |
| Binary | 11001001 | 110011 | 10110110 | 0 | 1001011 | 1001 | 10101 | 100110100 | 111100 | 110001 |
Color Harmonies of #C933B6
Complementary color
Monochromatic Colors of #C933B6
Black with #C933B6
Text Example
Text Example
White with #C933B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933B6; }
p { color: rgb(201,51,182); }
H1.HeaderClassName
{
color: #C933B6;
}
.AnyTagClassName
{
color: #C933B6;
}
</style>
background-color css
<style>
a { background-color: #C933B6; }
a { background-color: rgb(201,51,182); }
div.DivClassName
{
background-color: #C933B6;
}
.BgClassName
{
background-color: #C933B6;
}
</style>
border-color css
<style>
span { border-color: #C933B6; }
span { border-color: rgb(201,51,182); }
td.TdClassName
{
border-color: #C933B6;
}
.TagClassName
{
border-color: #C933B6;
}
</style>