Shades of Fuchsia #CC3BCE
Tints of Fuchsia #CC3BCE
RGB
CMYK
RGB Variations
Color information
#CC3BCE (or 0xCC3BCE) is known color: Fuchsia. HEX triplet: CC, 3B and CE. RGB value is (204,59,206). Sum of RGB (Red+Green+Blue) = 204+59+206=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 59 (23.44% from 255 or 12.58% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC3BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3BCE is #33C431. Grayscale: #767676. Windows color (decimal): -3392562 or 13515724. OLE color: 13515724.
HSL color Cylindrical-coordinate representation of color #CC3BCE: hue angle of 299.18º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC3BCE is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 59 | 206 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.19 |
| HSL | 299.18º | 0.6% | 0.52% | - |
| HSV(B) | 299.18º | 0.71% | 0.81% | - |
| XYZ | 37.61 | 20.42 | 60.35 | - |
| YUV | 119.11 | 177.04 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 206 | 0.01 | 0.71 | 0 | 0.19 | 299.18 | 0.6 | 0.52 |
| Hex | CC | 3B | CE | 1 | 47 | 0 | 13 | 12B | 3C | 34 |
| Octal | 314 | 73 | 316 | 1 | 107 | 0 | 23 | 453 | 74 | 64 |
| Binary | 11001100 | 111011 | 11001110 | 1 | 1000111 | 0 | 10011 | 100101011 | 111100 | 110100 |
Color Harmonies of #CC3BCE
Complementary color
Monochromatic Colors of #CC3BCE
Black with #CC3BCE
Text Example
Text Example
White with #CC3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3BCE; }
p { color: rgb(204,59,206); }
H1.HeaderClassName
{
color: #CC3BCE;
}
.AnyTagClassName
{
color: #CC3BCE;
}
</style>
background-color css
<style>
a { background-color: #CC3BCE; }
a { background-color: rgb(204,59,206); }
div.DivClassName
{
background-color: #CC3BCE;
}
.BgClassName
{
background-color: #CC3BCE;
}
</style>
border-color css
<style>
span { border-color: #CC3BCE; }
span { border-color: rgb(204,59,206); }
td.TdClassName
{
border-color: #CC3BCE;
}
.TagClassName
{
border-color: #CC3BCE;
}
</style>