Shades of Fuchsia #CC3ABC
Tints of Fuchsia #CC3ABC
RGB
CMYK
RGB Variations
Color information
#CC3ABC (or 0xCC3ABC) is known color: Fuchsia. HEX triplet: CC, 3A and BC. RGB value is (204,58,188). Sum of RGB (Red+Green+Blue) = 204+58+188=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ABC is #33C543. Grayscale: #747474. Windows color (decimal): -3392836 or 12335820. OLE color: 12335820.
HSL color Cylindrical-coordinate representation of color #CC3ABC: hue angle of 306.58º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3ABC is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 188 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.2 |
| HSL | 306.58º | 0.59% | 0.51% | - |
| HSV(B) | 306.58º | 0.72% | 0.8% | - |
| XYZ | 35.49 | 19.49 | 49.47 | - |
| YUV | 116.47 | 168.37 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 188 | 0 | 0.72 | 0.08 | 0.2 | 306.58 | 0.59 | 0.51 |
| Hex | CC | 3A | BC | 0 | 48 | 8 | 14 | 133 | 3B | 33 |
| Octal | 314 | 72 | 274 | 0 | 110 | 10 | 24 | 463 | 73 | 63 |
| Binary | 11001100 | 111010 | 10111100 | 0 | 1001000 | 1000 | 10100 | 100110011 | 111011 | 110011 |
Color Harmonies of #CC3ABC
Complementary color
Monochromatic Colors of #CC3ABC
Black with #CC3ABC
Text Example
Text Example
White with #CC3ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3ABC; }
p { color: rgb(204,58,188); }
H1.HeaderClassName
{
color: #CC3ABC;
}
.AnyTagClassName
{
color: #CC3ABC;
}
</style>
background-color css
<style>
a { background-color: #CC3ABC; }
a { background-color: rgb(204,58,188); }
div.DivClassName
{
background-color: #CC3ABC;
}
.BgClassName
{
background-color: #CC3ABC;
}
</style>
border-color css
<style>
span { border-color: #CC3ABC; }
span { border-color: rgb(204,58,188); }
td.TdClassName
{
border-color: #CC3ABC;
}
.TagClassName
{
border-color: #CC3ABC;
}
</style>