Shades of Fuchsia #CC33B1
Tints of Fuchsia #CC33B1
RGB
CMYK
RGB Variations
Color information
#CC33B1 (or 0xCC33B1) is known color: Fuchsia. HEX triplet: CC, 33 and B1. RGB value is (204,51,177). Sum of RGB (Red+Green+Blue) = 204+51+177=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC33B1 is #33CC4E. Grayscale: #6E6E6E. Windows color (decimal): -3394639 or 11613132. OLE color: 11613132.
HSL color Cylindrical-coordinate representation of color #CC33B1: hue angle of 310.59º 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 #CC33B1 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 177 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.2 |
| HSL | 310.59º | 0.6% | 0.5% | - |
| HSV(B) | 310.59º | 0.75% | 0.8% | - |
| XYZ | 34.02 | 18.38 | 43.35 | - |
| YUV | 111.11 | 165.19 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 177 | 0 | 0.75 | 0.13 | 0.2 | 310.59 | 0.6 | 0.5 |
| Hex | CC | 33 | B1 | 0 | 4B | D | 14 | 137 | 3C | 32 |
| Octal | 314 | 63 | 261 | 0 | 113 | 15 | 24 | 467 | 74 | 62 |
| Binary | 11001100 | 110011 | 10110001 | 0 | 1001011 | 1101 | 10100 | 100110111 | 111100 | 110010 |
Color Harmonies of #CC33B1
Complementary color
Monochromatic Colors of #CC33B1
Black with #CC33B1
Text Example
Text Example
White with #CC33B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC33B1; }
p { color: rgb(204,51,177); }
H1.HeaderClassName
{
color: #CC33B1;
}
.AnyTagClassName
{
color: #CC33B1;
}
</style>
background-color css
<style>
a { background-color: #CC33B1; }
a { background-color: rgb(204,51,177); }
div.DivClassName
{
background-color: #CC33B1;
}
.BgClassName
{
background-color: #CC33B1;
}
</style>
border-color css
<style>
span { border-color: #CC33B1; }
span { border-color: rgb(204,51,177); }
td.TdClassName
{
border-color: #CC33B1;
}
.TagClassName
{
border-color: #CC33B1;
}
</style>