Shades of Fuchsia #CC5DB7
Tints of Fuchsia #CC5DB7
RGB
CMYK
RGB Variations
Color information
#CC5DB7 (or 0xCC5DB7) is known color: Fuchsia. HEX triplet: CC, 5D and B7. RGB value is (204,93,183). Sum of RGB (Red+Green+Blue) = 204+93+183=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 93 (36.72% from 255 or 19.38% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DB7 is #33A248. Grayscale: #888888. Windows color (decimal): -3383881 or 12017100. OLE color: 12017100.
HSL color Cylindrical-coordinate representation of color #CC5DB7: hue angle of 311.35º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5DB7 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 183 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.2 |
| HSL | 311.35º | 0.52% | 0.58% | - |
| HSV(B) | 311.35º | 0.54% | 0.8% | - |
| XYZ | 37.36 | 24.08 | 47.48 | - |
| YUV | 136.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 183 | 0 | 0.54 | 0.10 | 0.2 | 311.35 | 0.52 | 0.58 |
| Hex | CC | 5D | B7 | 0 | 36 | A | 14 | 137 | 34 | 3A |
| Octal | 314 | 135 | 267 | 0 | 66 | 12 | 24 | 467 | 64 | 72 |
| Binary | 11001100 | 1011101 | 10110111 | 0 | 110110 | 1010 | 10100 | 100110111 | 110100 | 111010 |
Color Harmonies of #CC5DB7
Complementary color
Monochromatic Colors of #CC5DB7
Black with #CC5DB7
Text Example
Text Example
White with #CC5DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DB7; }
p { color: rgb(204,93,183); }
H1.HeaderClassName
{
color: #CC5DB7;
}
.AnyTagClassName
{
color: #CC5DB7;
}
</style>
background-color css
<style>
a { background-color: #CC5DB7; }
a { background-color: rgb(204,93,183); }
div.DivClassName
{
background-color: #CC5DB7;
}
.BgClassName
{
background-color: #CC5DB7;
}
</style>
border-color css
<style>
span { border-color: #CC5DB7; }
span { border-color: rgb(204,93,183); }
td.TdClassName
{
border-color: #CC5DB7;
}
.TagClassName
{
border-color: #CC5DB7;
}
</style>