Shades of Fuchsia #CC5DCD
Tints of Fuchsia #CC5DCD
RGB
CMYK
RGB Variations
Color information
#CC5DCD (or 0xCC5DCD) is known color: Fuchsia. HEX triplet: CC, 5D and CD. RGB value is (204,93,205). Sum of RGB (Red+Green+Blue) = 204+93+205=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC5DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DCD is #33A232. Grayscale: #8A8A8A. Windows color (decimal): -3383859 or 13458892. OLE color: 13458892.
HSL color Cylindrical-coordinate representation of color #CC5DCD: hue angle of 299.46º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5DCD is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 93 | 205 | - |
CMYK | 0.00 | 0.55 | 0 | 0.20 |
HSL | 299.46º | 0.53% | 0.58% | - |
HSV(B) | 299.46º | 0.55% | 0.8% | - |
XYZ | 39.84 | 25.07 | 60.5 | - |
YUV | 138.96 | 165.27 | 174.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 93 | 205 | 0.00 | 0.55 | 0 | 0.20 | 299.46 | 0.53 | 0.58 |
Hex | CC | 5D | CD | 0 | 37 | 0 | 14 | 12B | 35 | 3A |
Octal | 314 | 135 | 315 | 0 | 67 | 0 | 24 | 453 | 65 | 72 |
Binary | 11001100 | 1011101 | 11001101 | 0 | 110111 | 0 | 10100 | 100101011 | 110101 | 111010 |
Color Harmonies of #CC5DCD
Complementary color
Monochromatic Colors of #CC5DCD
Black with #CC5DCD
Text Example
Text Example
White with #CC5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DCD; }
p { color: rgb(204,93,205); }
H1.HeaderClassName
{
color: #CC5DCD;
}
.AnyTagClassName
{
color: #CC5DCD;
}
</style>
background-color css
<style>
a { background-color: #CC5DCD; }
a { background-color: rgb(204,93,205); }
div.DivClassName
{
background-color: #CC5DCD;
}
.BgClassName
{
background-color: #CC5DCD;
}
</style>
border-color css
<style>
span { border-color: #CC5DCD; }
span { border-color: rgb(204,93,205); }
td.TdClassName
{
border-color: #CC5DCD;
}
.TagClassName
{
border-color: #CC5DCD;
}
</style>