Shades of Fuchsia #C933D3
Tints of Fuchsia #C933D3
RGB
CMYK
RGB Variations
Color information
#C933D3 (or 0xC933D3) is known color: Fuchsia. HEX triplet: C9, 33 and D3. RGB value is (201,51,211). Sum of RGB (Red+Green+Blue) = 201+51+211=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 211 (82.81% from 255 or 45.57% from 463); Max value from RGB is 211 - color contains mainly: blue. Hex color #C933D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C933D3 is #36CC2C. Grayscale: #717171. Windows color (decimal): -3591213 or 13841353. OLE color: 13841353.
HSL color Cylindrical-coordinate representation of color #C933D3: hue angle of 296.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C933D3 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 51 | 211 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.17 |
| HSL | 296.25º | 0.65% | 0.51% | - |
| HSV(B) | 296.25º | 0.76% | 0.83% | - |
| XYZ | 37.03 | 19.49 | 63.44 | - |
| YUV | 114.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 211 | 0.05 | 0.76 | 0 | 0.17 | 296.25 | 0.65 | 0.51 |
| Hex | C9 | 33 | D3 | 5 | 4C | 0 | 11 | 128 | 41 | 33 |
| Octal | 311 | 63 | 323 | 5 | 114 | 0 | 21 | 450 | 101 | 63 |
| Binary | 11001001 | 110011 | 11010011 | 101 | 1001100 | 0 | 10001 | 100101000 | 1000001 | 110011 |
Color Harmonies of #C933D3
Complementary color
Monochromatic Colors of #C933D3
Black with #C933D3
Text Example
Text Example
White with #C933D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933D3; }
p { color: rgb(201,51,211); }
H1.HeaderClassName
{
color: #C933D3;
}
.AnyTagClassName
{
color: #C933D3;
}
</style>
background-color css
<style>
a { background-color: #C933D3; }
a { background-color: rgb(201,51,211); }
div.DivClassName
{
background-color: #C933D3;
}
.BgClassName
{
background-color: #C933D3;
}
</style>
border-color css
<style>
span { border-color: #C933D3; }
span { border-color: rgb(201,51,211); }
td.TdClassName
{
border-color: #C933D3;
}
.TagClassName
{
border-color: #C933D3;
}
</style>