Shades of Fuchsia #CC3AB0
Tints of Fuchsia #CC3AB0
RGB
CMYK
RGB Variations
Color information
#CC3AB0 (or 0xCC3AB0) is known color: Fuchsia. HEX triplet: CC, 3A and B0. RGB value is (204,58,176). Sum of RGB (Red+Green+Blue) = 204+58+176=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3AB0 is #33C54F. Grayscale: #727272. Windows color (decimal): -3392848 or 11549388. OLE color: 11549388.
HSL color Cylindrical-coordinate representation of color #CC3AB0: hue angle of 311.51º 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 #CC3AB0 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 58 | 176 | - |
CMYK | 0 | 0.72 | 0.14 | 0.2 |
HSL | 311.51º | 0.59% | 0.51% | - |
HSV(B) | 311.51º | 0.72% | 0.8% | - |
XYZ | 34.25 | 19 | 42.94 | - |
YUV | 115.11 | 162.37 | 191.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 58 | 176 | 0 | 0.72 | 0.14 | 0.2 | 311.51 | 0.59 | 0.51 |
Hex | CC | 3A | B0 | 0 | 48 | E | 14 | 138 | 3B | 33 |
Octal | 314 | 72 | 260 | 0 | 110 | 16 | 24 | 470 | 73 | 63 |
Binary | 11001100 | 111010 | 10110000 | 0 | 1001000 | 1110 | 10100 | 100111000 | 111011 | 110011 |
Color Harmonies of #CC3AB0
Complementary color
Monochromatic Colors of #CC3AB0
Black with #CC3AB0
Text Example
Text Example
White with #CC3AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3AB0; }
p { color: rgb(204,58,176); }
H1.HeaderClassName
{
color: #CC3AB0;
}
.AnyTagClassName
{
color: #CC3AB0;
}
</style>
background-color css
<style>
a { background-color: #CC3AB0; }
a { background-color: rgb(204,58,176); }
div.DivClassName
{
background-color: #CC3AB0;
}
.BgClassName
{
background-color: #CC3AB0;
}
</style>
border-color css
<style>
span { border-color: #CC3AB0; }
span { border-color: rgb(204,58,176); }
td.TdClassName
{
border-color: #CC3AB0;
}
.TagClassName
{
border-color: #CC3AB0;
}
</style>