Shades of Fuchsia #C933D0
Tints of Fuchsia #C933D0
RGB
CMYK
RGB Variations
Color information
#C933D0 (or 0xC933D0) is known color: Fuchsia. HEX triplet: C9, 33 and D0. RGB value is (201,51,208). Sum of RGB (Red+Green+Blue) = 201+51+208=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #C933D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C933D0 is #36CC2F. Grayscale: #717171. Windows color (decimal): -3591216 or 13644745. OLE color: 13644745.
HSL color Cylindrical-coordinate representation of color #C933D0: hue angle of 297.32º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C933D0 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 51 | 208 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.18 |
| HSL | 297.32º | 0.63% | 0.51% | - |
| HSV(B) | 297.32º | 0.75% | 0.82% | - |
| XYZ | 36.66 | 19.34 | 61.48 | - |
| YUV | 113.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 208 | 0.03 | 0.75 | 0 | 0.18 | 297.32 | 0.63 | 0.51 |
| Hex | C9 | 33 | D0 | 3 | 4B | 0 | 12 | 129 | 3F | 33 |
| Octal | 311 | 63 | 320 | 3 | 113 | 0 | 22 | 451 | 77 | 63 |
| Binary | 11001001 | 110011 | 11010000 | 11 | 1001011 | 0 | 10010 | 100101001 | 111111 | 110011 |
Color Harmonies of #C933D0
Complementary color
Monochromatic Colors of #C933D0
Black with #C933D0
Text Example
Text Example
White with #C933D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933D0; }
p { color: rgb(201,51,208); }
H1.HeaderClassName
{
color: #C933D0;
}
.AnyTagClassName
{
color: #C933D0;
}
</style>
background-color css
<style>
a { background-color: #C933D0; }
a { background-color: rgb(201,51,208); }
div.DivClassName
{
background-color: #C933D0;
}
.BgClassName
{
background-color: #C933D0;
}
</style>
border-color css
<style>
span { border-color: #C933D0; }
span { border-color: rgb(201,51,208); }
td.TdClassName
{
border-color: #C933D0;
}
.TagClassName
{
border-color: #C933D0;
}
</style>