Shades of Fuchsia #C933B5
Tints of Fuchsia #C933B5
RGB
CMYK
RGB Variations
Color information
#C933B5 (or 0xC933B5) is known color: Fuchsia. HEX triplet: C9, 33 and B5. RGB value is (201,51,181). Sum of RGB (Red+Green+Blue) = 201+51+181=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C933B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C933B5 is #36CC4A. Grayscale: #6E6E6E. Windows color (decimal): -3591243 or 11875273. OLE color: 11875273.
HSL color Cylindrical-coordinate representation of color #C933B5: hue angle of 308º 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 #C933B5 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 181 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.21 |
| HSL | 308º | 0.6% | 0.49% | - |
| HSV(B) | 308º | 0.75% | 0.79% | - |
| XYZ | 33.61 | 18.12 | 45.44 | - |
| YUV | 110.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 181 | 0 | 0.75 | 0.10 | 0.21 | 308 | 0.6 | 0.49 |
| Hex | C9 | 33 | B5 | 0 | 4B | A | 15 | 134 | 3C | 31 |
| Octal | 311 | 63 | 265 | 0 | 113 | 12 | 25 | 464 | 74 | 61 |
| Binary | 11001001 | 110011 | 10110101 | 0 | 1001011 | 1010 | 10101 | 100110100 | 111100 | 110001 |
Color Harmonies of #C933B5
Complementary color
Monochromatic Colors of #C933B5
Black with #C933B5
Text Example
Text Example
White with #C933B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933B5; }
p { color: rgb(201,51,181); }
H1.HeaderClassName
{
color: #C933B5;
}
.AnyTagClassName
{
color: #C933B5;
}
</style>
background-color css
<style>
a { background-color: #C933B5; }
a { background-color: rgb(201,51,181); }
div.DivClassName
{
background-color: #C933B5;
}
.BgClassName
{
background-color: #C933B5;
}
</style>
border-color css
<style>
span { border-color: #C933B5; }
span { border-color: rgb(201,51,181); }
td.TdClassName
{
border-color: #C933B5;
}
.TagClassName
{
border-color: #C933B5;
}
</style>