Shades of Fuchsia #CC3BCB
Tints of Fuchsia #CC3BCB
RGB
CMYK
RGB Variations
Color information
#CC3BCB (or 0xCC3BCB) is known color: Fuchsia. HEX triplet: CC, 3B and CB. RGB value is (204,59,203). Sum of RGB (Red+Green+Blue) = 204+59+203=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BCB is #33C434. Grayscale: #767676. Windows color (decimal): -3392565 or 13319116. OLE color: 13319116.
HSL color Cylindrical-coordinate representation of color #CC3BCB: hue angle of 300.41º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3BCB is Cyan = 0, Magento = 0.71, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 59 | 203 | - |
| CMYK | 0 | 0.71 | 0.00 | 0.2 |
| HSL | 300.41º | 0.59% | 0.52% | - |
| HSV(B) | 300.41º | 0.71% | 0.8% | - |
| XYZ | 37.25 | 20.28 | 58.45 | - |
| YUV | 118.77 | 175.54 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 203 | 0 | 0.71 | 0.00 | 0.2 | 300.41 | 0.59 | 0.52 |
| Hex | CC | 3B | CB | 0 | 47 | 0 | 14 | 12C | 3B | 34 |
| Octal | 314 | 73 | 313 | 0 | 107 | 0 | 24 | 454 | 73 | 64 |
| Binary | 11001100 | 111011 | 11001011 | 0 | 1000111 | 0 | 10100 | 100101100 | 111011 | 110100 |
Color Harmonies of #CC3BCB
Complementary color
Monochromatic Colors of #CC3BCB
Black with #CC3BCB
Text Example
Text Example
White with #CC3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3BCB; }
p { color: rgb(204,59,203); }
H1.HeaderClassName
{
color: #CC3BCB;
}
.AnyTagClassName
{
color: #CC3BCB;
}
</style>
background-color css
<style>
a { background-color: #CC3BCB; }
a { background-color: rgb(204,59,203); }
div.DivClassName
{
background-color: #CC3BCB;
}
.BgClassName
{
background-color: #CC3BCB;
}
</style>
border-color css
<style>
span { border-color: #CC3BCB; }
span { border-color: rgb(204,59,203); }
td.TdClassName
{
border-color: #CC3BCB;
}
.TagClassName
{
border-color: #CC3BCB;
}
</style>