Shades of Fuchsia #CC33BD
Tints of Fuchsia #CC33BD
RGB
CMYK
RGB Variations
Color information
#CC33BD (or 0xCC33BD) is known color: Fuchsia. HEX triplet: CC, 33 and BD. RGB value is (204,51,189). Sum of RGB (Red+Green+Blue) = 204+51+189=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC33BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33BD is #33CC42. Grayscale: #707070. Windows color (decimal): -3394627 or 12399564. OLE color: 12399564.
HSL color Cylindrical-coordinate representation of color #CC33BD: hue angle of 305.88º 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 #CC33BD is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 189 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.2 |
| HSL | 305.88º | 0.6% | 0.5% | - |
| HSV(B) | 305.88º | 0.75% | 0.8% | - |
| XYZ | 35.27 | 18.88 | 49.93 | - |
| YUV | 112.48 | 171.19 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 189 | 0 | 0.75 | 0.07 | 0.2 | 305.88 | 0.6 | 0.5 |
| Hex | CC | 33 | BD | 0 | 4B | 7 | 14 | 132 | 3C | 32 |
| Octal | 314 | 63 | 275 | 0 | 113 | 7 | 24 | 462 | 74 | 62 |
| Binary | 11001100 | 110011 | 10111101 | 0 | 1001011 | 111 | 10100 | 100110010 | 111100 | 110010 |
Color Harmonies of #CC33BD
Complementary color
Monochromatic Colors of #CC33BD
Black with #CC33BD
Text Example
Text Example
White with #CC33BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC33BD; }
p { color: rgb(204,51,189); }
H1.HeaderClassName
{
color: #CC33BD;
}
.AnyTagClassName
{
color: #CC33BD;
}
</style>
background-color css
<style>
a { background-color: #CC33BD; }
a { background-color: rgb(204,51,189); }
div.DivClassName
{
background-color: #CC33BD;
}
.BgClassName
{
background-color: #CC33BD;
}
</style>
border-color css
<style>
span { border-color: #CC33BD; }
span { border-color: rgb(204,51,189); }
td.TdClassName
{
border-color: #CC33BD;
}
.TagClassName
{
border-color: #CC33BD;
}
</style>