Shades of Fuchsia #CC5DCC
Tints of Fuchsia #CC5DCC
RGB
CMYK
RGB Variations
Color information
#CC5DCC (or 0xCC5DCC) is known color: Fuchsia. HEX triplet: CC, 5D and CC. RGB value is (204,93,204). Sum of RGB (Red+Green+Blue) = 204+93+204=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC5DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DCC is #33A233. Grayscale: #8A8A8A. Windows color (decimal): -3383860 or 13393356. OLE color: 13393356.
HSL color Cylindrical-coordinate representation of color #CC5DCC: hue angle of 300º 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 #CC5DCC is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 93 | 204 | - |
CMYK | 0 | 0.54 | 0 | 0.2 |
HSL | 300º | 0.52% | 0.58% | - |
HSV(B) | 300º | 0.54% | 0.8% | - |
XYZ | 39.72 | 25.03 | 59.86 | - |
YUV | 138.84 | 164.77 | 174.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 93 | 204 | 0 | 0.54 | 0 | 0.2 | 300 | 0.52 | 0.58 |
Hex | CC | 5D | CC | 0 | 36 | 0 | 14 | 12C | 34 | 3A |
Octal | 314 | 135 | 314 | 0 | 66 | 0 | 24 | 454 | 64 | 72 |
Binary | 11001100 | 1011101 | 11001100 | 0 | 110110 | 0 | 10100 | 100101100 | 110100 | 111010 |
Color Harmonies of #CC5DCC
Complementary color
Monochromatic Colors of #CC5DCC
Black with #CC5DCC
Text Example
Text Example
White with #CC5DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DCC; }
p { color: rgb(204,93,204); }
H1.HeaderClassName
{
color: #CC5DCC;
}
.AnyTagClassName
{
color: #CC5DCC;
}
</style>
background-color css
<style>
a { background-color: #CC5DCC; }
a { background-color: rgb(204,93,204); }
div.DivClassName
{
background-color: #CC5DCC;
}
.BgClassName
{
background-color: #CC5DCC;
}
</style>
border-color css
<style>
span { border-color: #CC5DCC; }
span { border-color: rgb(204,93,204); }
td.TdClassName
{
border-color: #CC5DCC;
}
.TagClassName
{
border-color: #CC5DCC;
}
</style>