Shades of Fuchsia #CC45D3
Tints of Fuchsia #CC45D3
RGB
CMYK
RGB Variations
Color information
#CC45D3 (or 0xCC45D3) is known color: Fuchsia. HEX triplet: CC, 45 and D3. RGB value is (204,69,211). Sum of RGB (Red+Green+Blue) = 204+69+211=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC45D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45D3 is #33BA2C. Grayscale: #7D7D7D. Windows color (decimal): -3389997 or 13845964. OLE color: 13845964.
HSL color Cylindrical-coordinate representation of color #CC45D3: hue angle of 297.04º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC45D3 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 69 | 211 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.17 |
| HSL | 297.04º | 0.62% | 0.55% | - |
| HSV(B) | 297.04º | 0.67% | 0.83% | - |
| XYZ | 38.79 | 21.8 | 63.79 | - |
| YUV | 125.55 | 176.23 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 211 | 0.03 | 0.67 | 0 | 0.17 | 297.04 | 0.62 | 0.55 |
| Hex | CC | 45 | D3 | 3 | 43 | 0 | 11 | 129 | 3E | 37 |
| Octal | 314 | 105 | 323 | 3 | 103 | 0 | 21 | 451 | 76 | 67 |
| Binary | 11001100 | 1000101 | 11010011 | 11 | 1000011 | 0 | 10001 | 100101001 | 111110 | 110111 |
Color Harmonies of #CC45D3
Complementary color
Monochromatic Colors of #CC45D3
Black with #CC45D3
Text Example
Text Example
White with #CC45D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC45D3; }
p { color: rgb(204,69,211); }
H1.HeaderClassName
{
color: #CC45D3;
}
.AnyTagClassName
{
color: #CC45D3;
}
</style>
background-color css
<style>
a { background-color: #CC45D3; }
a { background-color: rgb(204,69,211); }
div.DivClassName
{
background-color: #CC45D3;
}
.BgClassName
{
background-color: #CC45D3;
}
</style>
border-color css
<style>
span { border-color: #CC45D3; }
span { border-color: rgb(204,69,211); }
td.TdClassName
{
border-color: #CC45D3;
}
.TagClassName
{
border-color: #CC45D3;
}
</style>