Shades of Fuchsia #CC4DCD
Tints of Fuchsia #CC4DCD
RGB
CMYK
RGB Variations
Color information
#CC4DCD (or 0xCC4DCD) is known color: Fuchsia. HEX triplet: CC, 4D and CD. RGB value is (204,77,205). Sum of RGB (Red+Green+Blue) = 204+77+205=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC4DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DCD is #33B232. Grayscale: #818181. Windows color (decimal): -3387955 or 13454796. OLE color: 13454796.
HSL color Cylindrical-coordinate representation of color #CC4DCD: hue angle of 299.53º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4DCD is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 77 | 205 | - |
| CMYK | 0.00 | 0.62 | 0 | 0.20 |
| HSL | 299.53º | 0.56% | 0.55% | - |
| HSV(B) | 299.53º | 0.62% | 0.8% | - |
| XYZ | 38.58 | 22.55 | 60.08 | - |
| YUV | 129.57 | 170.58 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 205 | 0.00 | 0.62 | 0 | 0.20 | 299.53 | 0.56 | 0.55 |
| Hex | CC | 4D | CD | 0 | 3E | 0 | 14 | 12C | 38 | 37 |
| Octal | 314 | 115 | 315 | 0 | 76 | 0 | 24 | 454 | 70 | 67 |
| Binary | 11001100 | 1001101 | 11001101 | 0 | 111110 | 0 | 10100 | 100101100 | 111000 | 110111 |
Color Harmonies of #CC4DCD
Complementary color
Monochromatic Colors of #CC4DCD
Black with #CC4DCD
Text Example
Text Example
White with #CC4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DCD; }
p { color: rgb(204,77,205); }
H1.HeaderClassName
{
color: #CC4DCD;
}
.AnyTagClassName
{
color: #CC4DCD;
}
</style>
background-color css
<style>
a { background-color: #CC4DCD; }
a { background-color: rgb(204,77,205); }
div.DivClassName
{
background-color: #CC4DCD;
}
.BgClassName
{
background-color: #CC4DCD;
}
</style>
border-color css
<style>
span { border-color: #CC4DCD; }
span { border-color: rgb(204,77,205); }
td.TdClassName
{
border-color: #CC4DCD;
}
.TagClassName
{
border-color: #CC4DCD;
}
</style>