Shades of Fuchsia #CC45B7
Tints of Fuchsia #CC45B7
RGB
CMYK
RGB Variations
Color information
#CC45B7 (or 0xCC45B7) is known color: Fuchsia. HEX triplet: CC, 45 and B7. RGB value is (204,69,183). Sum of RGB (Red+Green+Blue) = 204+69+183=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45B7 is #33BA48. Grayscale: #7A7A7A. Windows color (decimal): -3390025 or 12010956. OLE color: 12010956.
HSL color Cylindrical-coordinate representation of color #CC45B7: hue angle of 309.33º 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 #CC45B7 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 183 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.2 |
| HSL | 309.33º | 0.57% | 0.54% | - |
| HSV(B) | 309.33º | 0.66% | 0.8% | - |
| XYZ | 35.58 | 20.51 | 46.88 | - |
| YUV | 122.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 183 | 0 | 0.66 | 0.10 | 0.2 | 309.33 | 0.57 | 0.54 |
| Hex | CC | 45 | B7 | 0 | 42 | A | 14 | 135 | 39 | 36 |
| Octal | 314 | 105 | 267 | 0 | 102 | 12 | 24 | 465 | 71 | 66 |
| Binary | 11001100 | 1000101 | 10110111 | 0 | 1000010 | 1010 | 10100 | 100110101 | 111001 | 110110 |
Color Harmonies of #CC45B7
Complementary color
Monochromatic Colors of #CC45B7
Black with #CC45B7
Text Example
Text Example
White with #CC45B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC45B7; }
p { color: rgb(204,69,183); }
H1.HeaderClassName
{
color: #CC45B7;
}
.AnyTagClassName
{
color: #CC45B7;
}
</style>
background-color css
<style>
a { background-color: #CC45B7; }
a { background-color: rgb(204,69,183); }
div.DivClassName
{
background-color: #CC45B7;
}
.BgClassName
{
background-color: #CC45B7;
}
</style>
border-color css
<style>
span { border-color: #CC45B7; }
span { border-color: rgb(204,69,183); }
td.TdClassName
{
border-color: #CC45B7;
}
.TagClassName
{
border-color: #CC45B7;
}
</style>