Shades of Fuchsia #CC3AB8
Tints of Fuchsia #CC3AB8
RGB
CMYK
RGB Variations
Color information
#CC3AB8 (or 0xCC3AB8) is known color: Fuchsia. HEX triplet: CC, 3A and B8. RGB value is (204,58,184). Sum of RGB (Red+Green+Blue) = 204+58+184=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3AB8 is #33C547. Grayscale: #737373. Windows color (decimal): -3392840 or 12073676. OLE color: 12073676.
HSL color Cylindrical-coordinate representation of color #CC3AB8: hue angle of 308.22º 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 #CC3AB8 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 58 | 184 | - |
CMYK | 0 | 0.72 | 0.10 | 0.2 |
HSL | 308.22º | 0.59% | 0.51% | - |
HSV(B) | 308.22º | 0.72% | 0.8% | - |
XYZ | 35.07 | 19.32 | 47.23 | - |
YUV | 116.02 | 166.37 | 190.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 58 | 184 | 0 | 0.72 | 0.10 | 0.2 | 308.22 | 0.59 | 0.51 |
Hex | CC | 3A | B8 | 0 | 48 | A | 14 | 134 | 3B | 33 |
Octal | 314 | 72 | 270 | 0 | 110 | 12 | 24 | 464 | 73 | 63 |
Binary | 11001100 | 111010 | 10111000 | 0 | 1001000 | 1010 | 10100 | 100110100 | 111011 | 110011 |
Color Harmonies of #CC3AB8
Complementary color
Monochromatic Colors of #CC3AB8
Black with #CC3AB8
Text Example
Text Example
White with #CC3AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3AB8; }
p { color: rgb(204,58,184); }
H1.HeaderClassName
{
color: #CC3AB8;
}
.AnyTagClassName
{
color: #CC3AB8;
}
</style>
background-color css
<style>
a { background-color: #CC3AB8; }
a { background-color: rgb(204,58,184); }
div.DivClassName
{
background-color: #CC3AB8;
}
.BgClassName
{
background-color: #CC3AB8;
}
</style>
border-color css
<style>
span { border-color: #CC3AB8; }
span { border-color: rgb(204,58,184); }
td.TdClassName
{
border-color: #CC3AB8;
}
.TagClassName
{
border-color: #CC3AB8;
}
</style>