Shades of Fuchsia #CC33BF
Tints of Fuchsia #CC33BF
RGB
CMYK
RGB Variations
Color information
#CC33BF (or 0xCC33BF) is known color: Fuchsia. HEX triplet: CC, 33 and BF. RGB value is (204,51,191). Sum of RGB (Red+Green+Blue) = 204+51+191=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 51 (20.31% from 255 or 11.43% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33BF is #33CC40. Grayscale: #707070. Windows color (decimal): -3394625 or 12530636. OLE color: 12530636.
HSL color Cylindrical-coordinate representation of color #CC33BF: hue angle of 305.1º 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 #CC33BF is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 191 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.2 |
| HSL | 305.1º | 0.6% | 0.5% | - |
| HSV(B) | 305.1º | 0.75% | 0.8% | - |
| XYZ | 35.49 | 18.97 | 51.08 | - |
| YUV | 112.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 191 | 0 | 0.75 | 0.06 | 0.2 | 305.1 | 0.6 | 0.5 |
| Hex | CC | 33 | BF | 0 | 4B | 6 | 14 | 131 | 3C | 32 |
| Octal | 314 | 63 | 277 | 0 | 113 | 6 | 24 | 461 | 74 | 62 |
| Binary | 11001100 | 110011 | 10111111 | 0 | 1001011 | 110 | 10100 | 100110001 | 111100 | 110010 |
Color Harmonies of #CC33BF
Complementary color
Monochromatic Colors of #CC33BF
Black with #CC33BF
Text Example
Text Example
White with #CC33BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC33BF; }
p { color: rgb(204,51,191); }
H1.HeaderClassName
{
color: #CC33BF;
}
.AnyTagClassName
{
color: #CC33BF;
}
</style>
background-color css
<style>
a { background-color: #CC33BF; }
a { background-color: rgb(204,51,191); }
div.DivClassName
{
background-color: #CC33BF;
}
.BgClassName
{
background-color: #CC33BF;
}
</style>
border-color css
<style>
span { border-color: #CC33BF; }
span { border-color: rgb(204,51,191); }
td.TdClassName
{
border-color: #CC33BF;
}
.TagClassName
{
border-color: #CC33BF;
}
</style>