Shades of Fuchsia #CC33BC
Tints of Fuchsia #CC33BC
RGB
CMYK
RGB Variations
Color information
#CC33BC (or 0xCC33BC) is known color: Fuchsia. HEX triplet: CC, 33 and BC. RGB value is (204,51,188). Sum of RGB (Red+Green+Blue) = 204+51+188=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33BC is #33CC43. Grayscale: #6F6F6F. Windows color (decimal): -3394628 or 12334028. OLE color: 12334028.
HSL color Cylindrical-coordinate representation of color #CC33BC: hue angle of 306.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC33BC is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 188 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.2 |
| HSL | 306.27º | 0.6% | 0.5% | - |
| HSV(B) | 306.27º | 0.75% | 0.8% | - |
| XYZ | 35.16 | 18.84 | 49.36 | - |
| YUV | 112.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 188 | 0 | 0.75 | 0.08 | 0.2 | 306.27 | 0.6 | 0.5 |
| Hex | CC | 33 | BC | 0 | 4B | 8 | 14 | 132 | 3C | 32 |
| Octal | 314 | 63 | 274 | 0 | 113 | 10 | 24 | 462 | 74 | 62 |
| Binary | 11001100 | 110011 | 10111100 | 0 | 1001011 | 1000 | 10100 | 100110010 | 111100 | 110010 |
Color Harmonies of #CC33BC
Complementary color
Monochromatic Colors of #CC33BC
Black with #CC33BC
Text Example
Text Example
White with #CC33BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC33BC; }
p { color: rgb(204,51,188); }
H1.HeaderClassName
{
color: #CC33BC;
}
.AnyTagClassName
{
color: #CC33BC;
}
</style>
background-color css
<style>
a { background-color: #CC33BC; }
a { background-color: rgb(204,51,188); }
div.DivClassName
{
background-color: #CC33BC;
}
.BgClassName
{
background-color: #CC33BC;
}
</style>
border-color css
<style>
span { border-color: #CC33BC; }
span { border-color: rgb(204,51,188); }
td.TdClassName
{
border-color: #CC33BC;
}
.TagClassName
{
border-color: #CC33BC;
}
</style>