Shades of Fuchsia #CC55CE
Tints of Fuchsia #CC55CE
RGB
CMYK
RGB Variations
Color information
#CC55CE (or 0xCC55CE) is known color: Fuchsia. HEX triplet: CC, 55 and CE. RGB value is (204,85,206). Sum of RGB (Red+Green+Blue) = 204+85+206=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC55CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55CE is #33AA31. Grayscale: #868686. Windows color (decimal): -3385906 or 13522380. OLE color: 13522380.
HSL color Cylindrical-coordinate representation of color #CC55CE: hue angle of 299.01º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC55CE is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 85 | 206 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.19 |
| HSL | 299.01º | 0.55% | 0.57% | - |
| HSV(B) | 299.01º | 0.59% | 0.81% | - |
| XYZ | 39.29 | 23.79 | 60.91 | - |
| YUV | 134.38 | 168.42 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 206 | 0.01 | 0.59 | 0 | 0.19 | 299.01 | 0.55 | 0.57 |
| Hex | CC | 55 | CE | 1 | 3B | 0 | 13 | 12B | 37 | 39 |
| Octal | 314 | 125 | 316 | 1 | 73 | 0 | 23 | 453 | 67 | 71 |
| Binary | 11001100 | 1010101 | 11001110 | 1 | 111011 | 0 | 10011 | 100101011 | 110111 | 111001 |
Color Harmonies of #CC55CE
Complementary color
Monochromatic Colors of #CC55CE
Black with #CC55CE
Text Example
Text Example
White with #CC55CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55CE; }
p { color: rgb(204,85,206); }
H1.HeaderClassName
{
color: #CC55CE;
}
.AnyTagClassName
{
color: #CC55CE;
}
</style>
background-color css
<style>
a { background-color: #CC55CE; }
a { background-color: rgb(204,85,206); }
div.DivClassName
{
background-color: #CC55CE;
}
.BgClassName
{
background-color: #CC55CE;
}
</style>
border-color css
<style>
span { border-color: #CC55CE; }
span { border-color: rgb(204,85,206); }
td.TdClassName
{
border-color: #CC55CE;
}
.TagClassName
{
border-color: #CC55CE;
}
</style>