Shades of Fuchsia #CC55D3
Tints of Fuchsia #CC55D3
RGB
CMYK
RGB Variations
Color information
#CC55D3 (or 0xCC55D3) is known color: Fuchsia. HEX triplet: CC, 55 and D3. RGB value is (204,85,211). Sum of RGB (Red+Green+Blue) = 204+85+211=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC55D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55D3 is #33AA2C. Grayscale: #868686. Windows color (decimal): -3385901 or 13850060. OLE color: 13850060.
HSL color Cylindrical-coordinate representation of color #CC55D3: hue angle of 296.67º 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 #CC55D3 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 85 | 211 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.17 |
| HSL | 296.67º | 0.59% | 0.58% | - |
| HSV(B) | 296.67º | 0.6% | 0.83% | - |
| XYZ | 39.91 | 24.04 | 64.16 | - |
| YUV | 134.95 | 170.92 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 211 | 0.03 | 0.60 | 0 | 0.17 | 296.67 | 0.59 | 0.58 |
| Hex | CC | 55 | D3 | 3 | 3C | 0 | 11 | 129 | 3B | 3A |
| Octal | 314 | 125 | 323 | 3 | 74 | 0 | 21 | 451 | 73 | 72 |
| Binary | 11001100 | 1010101 | 11010011 | 11 | 111100 | 0 | 10001 | 100101001 | 111011 | 111010 |
Color Harmonies of #CC55D3
Complementary color
Monochromatic Colors of #CC55D3
Black with #CC55D3
Text Example
Text Example
White with #CC55D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55D3; }
p { color: rgb(204,85,211); }
H1.HeaderClassName
{
color: #CC55D3;
}
.AnyTagClassName
{
color: #CC55D3;
}
</style>
background-color css
<style>
a { background-color: #CC55D3; }
a { background-color: rgb(204,85,211); }
div.DivClassName
{
background-color: #CC55D3;
}
.BgClassName
{
background-color: #CC55D3;
}
</style>
border-color css
<style>
span { border-color: #CC55D3; }
span { border-color: rgb(204,85,211); }
td.TdClassName
{
border-color: #CC55D3;
}
.TagClassName
{
border-color: #CC55D3;
}
</style>