Shades of Fuchsia #CC44BB
Tints of Fuchsia #CC44BB
RGB
CMYK
RGB Variations
Color information
#CC44BB (or 0xCC44BB) is known color: Fuchsia. HEX triplet: CC, 44 and BB. RGB value is (204,68,187). Sum of RGB (Red+Green+Blue) = 204+68+187=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 68 (26.95% from 255 or 14.81% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC44BB is #33BB44. Grayscale: #797979. Windows color (decimal): -3390277 or 12272844. OLE color: 12272844.
HSL color Cylindrical-coordinate representation of color #CC44BB: hue angle of 307.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC44BB is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 187 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.2 |
| HSL | 307.5º | 0.57% | 0.53% | - |
| HSV(B) | 307.5º | 0.67% | 0.8% | - |
| XYZ | 35.94 | 20.56 | 49.09 | - |
| YUV | 122.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 187 | 0 | 0.67 | 0.08 | 0.2 | 307.5 | 0.57 | 0.53 |
| Hex | CC | 44 | BB | 0 | 43 | 8 | 14 | 134 | 39 | 35 |
| Octal | 314 | 104 | 273 | 0 | 103 | 10 | 24 | 464 | 71 | 65 |
| Binary | 11001100 | 1000100 | 10111011 | 0 | 1000011 | 1000 | 10100 | 100110100 | 111001 | 110101 |
Color Harmonies of #CC44BB
Complementary color
Monochromatic Colors of #CC44BB
Black with #CC44BB
Text Example
Text Example
White with #CC44BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44BB; }
p { color: rgb(204,68,187); }
H1.HeaderClassName
{
color: #CC44BB;
}
.AnyTagClassName
{
color: #CC44BB;
}
</style>
background-color css
<style>
a { background-color: #CC44BB; }
a { background-color: rgb(204,68,187); }
div.DivClassName
{
background-color: #CC44BB;
}
.BgClassName
{
background-color: #CC44BB;
}
</style>
border-color css
<style>
span { border-color: #CC44BB; }
span { border-color: rgb(204,68,187); }
td.TdClassName
{
border-color: #CC44BB;
}
.TagClassName
{
border-color: #CC44BB;
}
</style>