Shades of Fuchsia #CC5FBA
Tints of Fuchsia #CC5FBA
RGB
CMYK
RGB Variations
Color information
#CC5FBA (or 0xCC5FBA) is known color: Fuchsia. HEX triplet: CC, 5F and BA. RGB value is (204,95,186). Sum of RGB (Red+Green+Blue) = 204+95+186=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FBA is #33A045. Grayscale: #898989. Windows color (decimal): -3383366 or 12214220. OLE color: 12214220.
HSL color Cylindrical-coordinate representation of color #CC5FBA: hue angle of 309.91º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5FBA is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 95 | 186 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.2 |
| HSL | 309.91º | 0.52% | 0.59% | - |
| HSV(B) | 309.91º | 0.53% | 0.8% | - |
| XYZ | 37.86 | 24.57 | 49.2 | - |
| YUV | 137.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 186 | 0 | 0.53 | 0.09 | 0.2 | 309.91 | 0.52 | 0.59 |
| Hex | CC | 5F | BA | 0 | 35 | 9 | 14 | 136 | 34 | 3B |
| Octal | 314 | 137 | 272 | 0 | 65 | 11 | 24 | 466 | 64 | 73 |
| Binary | 11001100 | 1011111 | 10111010 | 0 | 110101 | 1001 | 10100 | 100110110 | 110100 | 111011 |
Color Harmonies of #CC5FBA
Complementary color
Monochromatic Colors of #CC5FBA
Black with #CC5FBA
Text Example
Text Example
White with #CC5FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5FBA; }
p { color: rgb(204,95,186); }
H1.HeaderClassName
{
color: #CC5FBA;
}
.AnyTagClassName
{
color: #CC5FBA;
}
</style>
background-color css
<style>
a { background-color: #CC5FBA; }
a { background-color: rgb(204,95,186); }
div.DivClassName
{
background-color: #CC5FBA;
}
.BgClassName
{
background-color: #CC5FBA;
}
</style>
border-color css
<style>
span { border-color: #CC5FBA; }
span { border-color: rgb(204,95,186); }
td.TdClassName
{
border-color: #CC5FBA;
}
.TagClassName
{
border-color: #CC5FBA;
}
</style>