Shades of Fuchsia #CC45BC
Tints of Fuchsia #CC45BC
RGB
CMYK
RGB Variations
Color information
#CC45BC (or 0xCC45BC) is known color: Fuchsia. HEX triplet: CC, 45 and BC. RGB value is (204,69,188). Sum of RGB (Red+Green+Blue) = 204+69+188=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45BC is #33BA43. Grayscale: #7A7A7A. Windows color (decimal): -3390020 or 12338636. OLE color: 12338636.
HSL color Cylindrical-coordinate representation of color #CC45BC: hue angle of 307.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC45BC is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 188 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.2 |
| HSL | 307.11º | 0.57% | 0.54% | - |
| HSV(B) | 307.11º | 0.66% | 0.8% | - |
| XYZ | 36.11 | 20.72 | 49.67 | - |
| YUV | 122.93 | 164.73 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 188 | 0 | 0.66 | 0.08 | 0.2 | 307.11 | 0.57 | 0.54 |
| Hex | CC | 45 | BC | 0 | 42 | 8 | 14 | 133 | 39 | 36 |
| Octal | 314 | 105 | 274 | 0 | 102 | 10 | 24 | 463 | 71 | 66 |
| Binary | 11001100 | 1000101 | 10111100 | 0 | 1000010 | 1000 | 10100 | 100110011 | 111001 | 110110 |
Color Harmonies of #CC45BC
Complementary color
Monochromatic Colors of #CC45BC
Black with #CC45BC
Text Example
Text Example
White with #CC45BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC45BC; }
p { color: rgb(204,69,188); }
H1.HeaderClassName
{
color: #CC45BC;
}
.AnyTagClassName
{
color: #CC45BC;
}
</style>
background-color css
<style>
a { background-color: #CC45BC; }
a { background-color: rgb(204,69,188); }
div.DivClassName
{
background-color: #CC45BC;
}
.BgClassName
{
background-color: #CC45BC;
}
</style>
border-color css
<style>
span { border-color: #CC45BC; }
span { border-color: rgb(204,69,188); }
td.TdClassName
{
border-color: #CC45BC;
}
.TagClassName
{
border-color: #CC45BC;
}
</style>