Shades of Fuchsia #CC4BCD
Tints of Fuchsia #CC4BCD
RGB
CMYK
RGB Variations
Color information
#CC4BCD (or 0xCC4BCD) is known color: Fuchsia. HEX triplet: CC, 4B and CD. RGB value is (204,75,205). Sum of RGB (Red+Green+Blue) = 204+75+205=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC4BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4BCD is #33B432. Grayscale: #7F7F7F. Windows color (decimal): -3388467 or 13454284. OLE color: 13454284.
HSL color Cylindrical-coordinate representation of color #CC4BCD: hue angle of 299.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4BCD is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 75 | 205 | - |
| CMYK | 0.00 | 0.63 | 0 | 0.20 |
| HSL | 299.54º | 0.57% | 0.55% | - |
| HSV(B) | 299.54º | 0.63% | 0.8% | - |
| XYZ | 38.44 | 22.28 | 60.03 | - |
| YUV | 128.39 | 171.24 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 75 | 205 | 0.00 | 0.63 | 0 | 0.20 | 299.54 | 0.57 | 0.55 |
| Hex | CC | 4B | CD | 0 | 3F | 0 | 14 | 12C | 39 | 37 |
| Octal | 314 | 113 | 315 | 0 | 77 | 0 | 24 | 454 | 71 | 67 |
| Binary | 11001100 | 1001011 | 11001101 | 0 | 111111 | 0 | 10100 | 100101100 | 111001 | 110111 |
Color Harmonies of #CC4BCD
Complementary color
Monochromatic Colors of #CC4BCD
Black with #CC4BCD
Text Example
Text Example
White with #CC4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4BCD; }
p { color: rgb(204,75,205); }
H1.HeaderClassName
{
color: #CC4BCD;
}
.AnyTagClassName
{
color: #CC4BCD;
}
</style>
background-color css
<style>
a { background-color: #CC4BCD; }
a { background-color: rgb(204,75,205); }
div.DivClassName
{
background-color: #CC4BCD;
}
.BgClassName
{
background-color: #CC4BCD;
}
</style>
border-color css
<style>
span { border-color: #CC4BCD; }
span { border-color: rgb(204,75,205); }
td.TdClassName
{
border-color: #CC4BCD;
}
.TagClassName
{
border-color: #CC4BCD;
}
</style>