Shades of Fuchsia #CC4BB1
Tints of Fuchsia #CC4BB1
RGB
CMYK
RGB Variations
Color information
#CC4BB1 (or 0xCC4BB1) is known color: Fuchsia. HEX triplet: CC, 4B and B1. RGB value is (204,75,177). Sum of RGB (Red+Green+Blue) = 204+75+177=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC4BB1 is #33B44E. Grayscale: #7C7C7C. Windows color (decimal): -3388495 or 11619276. OLE color: 11619276.
HSL color Cylindrical-coordinate representation of color #CC4BB1: hue angle of 312.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4BB1 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 75 | 177 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.2 |
| HSL | 312.56º | 0.56% | 0.55% | - |
| HSV(B) | 312.56º | 0.63% | 0.8% | - |
| XYZ | 35.35 | 21.04 | 43.79 | - |
| YUV | 125.2 | 157.24 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 177 | 0 | 0.63 | 0.13 | 0.2 | 312.56 | 0.56 | 0.55 |
| Hex | CC | 4B | B1 | 0 | 3F | D | 14 | 139 | 38 | 37 |
| Octal | 314 | 113 | 261 | 0 | 77 | 15 | 24 | 471 | 70 | 67 |
| Binary | 11001100 | 1001011 | 10110001 | 0 | 111111 | 1101 | 10100 | 100111001 | 111000 | 110111 |
Color Harmonies of #CC4BB1
Complementary color
Monochromatic Colors of #CC4BB1
Black with #CC4BB1
Text Example
Text Example
White with #CC4BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4BB1; }
p { color: rgb(204,75,177); }
H1.HeaderClassName
{
color: #CC4BB1;
}
.AnyTagClassName
{
color: #CC4BB1;
}
</style>
background-color css
<style>
a { background-color: #CC4BB1; }
a { background-color: rgb(204,75,177); }
div.DivClassName
{
background-color: #CC4BB1;
}
.BgClassName
{
background-color: #CC4BB1;
}
</style>
border-color css
<style>
span { border-color: #CC4BB1; }
span { border-color: rgb(204,75,177); }
td.TdClassName
{
border-color: #CC4BB1;
}
.TagClassName
{
border-color: #CC4BB1;
}
</style>