Shades of Fuchsia #CC54D3
Tints of Fuchsia #CC54D3
RGB
CMYK
RGB Variations
Color information
#CC54D3 (or 0xCC54D3) is known color: Fuchsia. HEX triplet: CC, 54 and D3. RGB value is (204,84,211). Sum of RGB (Red+Green+Blue) = 204+84+211=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC54D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC54D3 is #33AB2C. Grayscale: #858585. Windows color (decimal): -3386157 or 13849804. OLE color: 13849804.
HSL color Cylindrical-coordinate representation of color #CC54D3: hue angle of 296.69º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC54D3 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 84 | 211 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.17 |
| HSL | 296.69º | 0.59% | 0.58% | - |
| HSV(B) | 296.69º | 0.6% | 0.83% | - |
| XYZ | 39.83 | 23.88 | 64.14 | - |
| YUV | 134.36 | 171.26 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 211 | 0.03 | 0.60 | 0 | 0.17 | 296.69 | 0.59 | 0.58 |
| Hex | CC | 54 | D3 | 3 | 3C | 0 | 11 | 129 | 3B | 3A |
| Octal | 314 | 124 | 323 | 3 | 74 | 0 | 21 | 451 | 73 | 72 |
| Binary | 11001100 | 1010100 | 11010011 | 11 | 111100 | 0 | 10001 | 100101001 | 111011 | 111010 |
Color Harmonies of #CC54D3
Complementary color
Monochromatic Colors of #CC54D3
Black with #CC54D3
Text Example
Text Example
White with #CC54D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC54D3; }
p { color: rgb(204,84,211); }
H1.HeaderClassName
{
color: #CC54D3;
}
.AnyTagClassName
{
color: #CC54D3;
}
</style>
background-color css
<style>
a { background-color: #CC54D3; }
a { background-color: rgb(204,84,211); }
div.DivClassName
{
background-color: #CC54D3;
}
.BgClassName
{
background-color: #CC54D3;
}
</style>
border-color css
<style>
span { border-color: #CC54D3; }
span { border-color: rgb(204,84,211); }
td.TdClassName
{
border-color: #CC54D3;
}
.TagClassName
{
border-color: #CC54D3;
}
</style>