Shades of Fuchsia #CC4DBE
Tints of Fuchsia #CC4DBE
RGB
CMYK
RGB Variations
Color information
#CC4DBE (or 0xCC4DBE) is known color: Fuchsia. HEX triplet: CC, 4D and BE. RGB value is (204,77,190). Sum of RGB (Red+Green+Blue) = 204+77+190=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DBE is #33B241. Grayscale: #7F7F7F. Windows color (decimal): -3387970 or 12471756. OLE color: 12471756.
HSL color Cylindrical-coordinate representation of color #CC4DBE: hue angle of 306.61º degrees, saturation: 0.55, 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 #CC4DBE is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 190 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.2 |
| HSL | 306.61º | 0.55% | 0.55% | - |
| HSV(B) | 306.61º | 0.62% | 0.8% | - |
| XYZ | 36.85 | 21.86 | 50.99 | - |
| YUV | 127.86 | 163.08 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 190 | 0 | 0.62 | 0.07 | 0.2 | 306.61 | 0.55 | 0.55 |
| Hex | CC | 4D | BE | 0 | 3E | 7 | 14 | 133 | 37 | 37 |
| Octal | 314 | 115 | 276 | 0 | 76 | 7 | 24 | 463 | 67 | 67 |
| Binary | 11001100 | 1001101 | 10111110 | 0 | 111110 | 111 | 10100 | 100110011 | 110111 | 110111 |
Color Harmonies of #CC4DBE
Complementary color
Monochromatic Colors of #CC4DBE
Black with #CC4DBE
Text Example
Text Example
White with #CC4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DBE; }
p { color: rgb(204,77,190); }
H1.HeaderClassName
{
color: #CC4DBE;
}
.AnyTagClassName
{
color: #CC4DBE;
}
</style>
background-color css
<style>
a { background-color: #CC4DBE; }
a { background-color: rgb(204,77,190); }
div.DivClassName
{
background-color: #CC4DBE;
}
.BgClassName
{
background-color: #CC4DBE;
}
</style>
border-color css
<style>
span { border-color: #CC4DBE; }
span { border-color: rgb(204,77,190); }
td.TdClassName
{
border-color: #CC4DBE;
}
.TagClassName
{
border-color: #CC4DBE;
}
</style>