Shades of Fuchsia #CC58CF
Tints of Fuchsia #CC58CF
RGB
CMYK
RGB Variations
Color information
#CC58CF (or 0xCC58CF) is known color: Fuchsia. HEX triplet: CC, 58 and CF. RGB value is (204,88,207). Sum of RGB (Red+Green+Blue) = 204+88+207=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC58CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC58CF is #33A730. Grayscale: #878787. Windows color (decimal): -3385137 or 13588684. OLE color: 13588684.
HSL color Cylindrical-coordinate representation of color #CC58CF: hue angle of 298.49º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC58CF is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 88 | 207 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.19 |
| HSL | 298.49º | 0.55% | 0.58% | - |
| HSV(B) | 298.49º | 0.57% | 0.81% | - |
| XYZ | 39.65 | 24.32 | 61.64 | - |
| YUV | 136.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 207 | 0.01 | 0.57 | 0 | 0.19 | 298.49 | 0.55 | 0.58 |
| Hex | CC | 58 | CF | 1 | 39 | 0 | 13 | 12A | 37 | 3A |
| Octal | 314 | 130 | 317 | 1 | 71 | 0 | 23 | 452 | 67 | 72 |
| Binary | 11001100 | 1011000 | 11001111 | 1 | 111001 | 0 | 10011 | 100101010 | 110111 | 111010 |
Color Harmonies of #CC58CF
Complementary color
Monochromatic Colors of #CC58CF
Black with #CC58CF
Text Example
Text Example
White with #CC58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC58CF; }
p { color: rgb(204,88,207); }
H1.HeaderClassName
{
color: #CC58CF;
}
.AnyTagClassName
{
color: #CC58CF;
}
</style>
background-color css
<style>
a { background-color: #CC58CF; }
a { background-color: rgb(204,88,207); }
div.DivClassName
{
background-color: #CC58CF;
}
.BgClassName
{
background-color: #CC58CF;
}
</style>
border-color css
<style>
span { border-color: #CC58CF; }
span { border-color: rgb(204,88,207); }
td.TdClassName
{
border-color: #CC58CF;
}
.TagClassName
{
border-color: #CC58CF;
}
</style>