Shades of Fuchsia #CC3FB5
Tints of Fuchsia #CC3FB5
RGB
CMYK
RGB Variations
Color information
#CC3FB5 (or 0xCC3FB5) is known color: Fuchsia. HEX triplet: CC, 3F and B5. RGB value is (204,63,181). Sum of RGB (Red+Green+Blue) = 204+63+181=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FB5 is #33C04A. Grayscale: #767676. Windows color (decimal): -3391563 or 11878348. OLE color: 11878348.
HSL color Cylindrical-coordinate representation of color #CC3FB5: hue angle of 309.79º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3FB5 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 63 | 181 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.2 |
| HSL | 309.79º | 0.58% | 0.52% | - |
| HSV(B) | 309.79º | 0.69% | 0.8% | - |
| XYZ | 35.02 | 19.73 | 45.68 | - |
| YUV | 118.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 181 | 0 | 0.69 | 0.11 | 0.2 | 309.79 | 0.58 | 0.52 |
| Hex | CC | 3F | B5 | 0 | 45 | B | 14 | 136 | 3A | 34 |
| Octal | 314 | 77 | 265 | 0 | 105 | 13 | 24 | 466 | 72 | 64 |
| Binary | 11001100 | 111111 | 10110101 | 0 | 1000101 | 1011 | 10100 | 100110110 | 111010 | 110100 |
Color Harmonies of #CC3FB5
Complementary color
Monochromatic Colors of #CC3FB5
Black with #CC3FB5
Text Example
Text Example
White with #CC3FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3FB5; }
p { color: rgb(204,63,181); }
H1.HeaderClassName
{
color: #CC3FB5;
}
.AnyTagClassName
{
color: #CC3FB5;
}
</style>
background-color css
<style>
a { background-color: #CC3FB5; }
a { background-color: rgb(204,63,181); }
div.DivClassName
{
background-color: #CC3FB5;
}
.BgClassName
{
background-color: #CC3FB5;
}
</style>
border-color css
<style>
span { border-color: #CC3FB5; }
span { border-color: rgb(204,63,181); }
td.TdClassName
{
border-color: #CC3FB5;
}
.TagClassName
{
border-color: #CC3FB5;
}
</style>