Shades of Fuchsia #CC45C7
Tints of Fuchsia #CC45C7
RGB
CMYK
RGB Variations
Color information
#CC45C7 (or 0xCC45C7) is known color: Fuchsia. HEX triplet: CC, 45 and C7. RGB value is (204,69,199). Sum of RGB (Red+Green+Blue) = 204+69+199=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45C7 is #33BA38. Grayscale: #7B7B7B. Windows color (decimal): -3390009 or 13059532. OLE color: 13059532.
HSL color Cylindrical-coordinate representation of color #CC45C7: hue angle of 302.22º 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 #CC45C7 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 199 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.2 |
| HSL | 302.22º | 0.57% | 0.54% | - |
| HSV(B) | 302.22º | 0.66% | 0.8% | - |
| XYZ | 37.34 | 21.22 | 56.16 | - |
| YUV | 124.19 | 170.23 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 199 | 0 | 0.66 | 0.02 | 0.2 | 302.22 | 0.57 | 0.54 |
| Hex | CC | 45 | C7 | 0 | 42 | 2 | 14 | 12E | 39 | 36 |
| Octal | 314 | 105 | 307 | 0 | 102 | 2 | 24 | 456 | 71 | 66 |
| Binary | 11001100 | 1000101 | 11000111 | 0 | 1000010 | 10 | 10100 | 100101110 | 111001 | 110110 |
Color Harmonies of #CC45C7
Complementary color
Monochromatic Colors of #CC45C7
Black with #CC45C7
Text Example
Text Example
White with #CC45C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC45C7; }
p { color: rgb(204,69,199); }
H1.HeaderClassName
{
color: #CC45C7;
}
.AnyTagClassName
{
color: #CC45C7;
}
</style>
background-color css
<style>
a { background-color: #CC45C7; }
a { background-color: rgb(204,69,199); }
div.DivClassName
{
background-color: #CC45C7;
}
.BgClassName
{
background-color: #CC45C7;
}
</style>
border-color css
<style>
span { border-color: #CC45C7; }
span { border-color: rgb(204,69,199); }
td.TdClassName
{
border-color: #CC45C7;
}
.TagClassName
{
border-color: #CC45C7;
}
</style>