Shades of Fuchsia #CC64BE
Tints of Fuchsia #CC64BE
RGB
CMYK
RGB Variations
Color information
#CC64BE (or 0xCC64BE) is known color: Fuchsia. HEX triplet: CC, 64 and BE. RGB value is (204,100,190). Sum of RGB (Red+Green+Blue) = 204+100+190=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC64BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64BE is #339B41. Grayscale: #8D8D8D. Windows color (decimal): -3382082 or 12477644. OLE color: 12477644.
HSL color Cylindrical-coordinate representation of color #CC64BE: hue angle of 308.08º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC64BE is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 190 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.2 |
| HSL | 308.08º | 0.5% | 0.6% | - |
| HSV(B) | 308.08º | 0.51% | 0.8% | - |
| XYZ | 38.75 | 25.67 | 51.63 | - |
| YUV | 141.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 190 | 0 | 0.51 | 0.07 | 0.2 | 308.08 | 0.5 | 0.6 |
| Hex | CC | 64 | BE | 0 | 33 | 7 | 14 | 134 | 32 | 3C |
| Octal | 314 | 144 | 276 | 0 | 63 | 7 | 24 | 464 | 62 | 74 |
| Binary | 11001100 | 1100100 | 10111110 | 0 | 110011 | 111 | 10100 | 100110100 | 110010 | 111100 |
Color Harmonies of #CC64BE
Complementary color
Monochromatic Colors of #CC64BE
Black with #CC64BE
Text Example
Text Example
White with #CC64BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64BE; }
p { color: rgb(204,100,190); }
H1.HeaderClassName
{
color: #CC64BE;
}
.AnyTagClassName
{
color: #CC64BE;
}
</style>
background-color css
<style>
a { background-color: #CC64BE; }
a { background-color: rgb(204,100,190); }
div.DivClassName
{
background-color: #CC64BE;
}
.BgClassName
{
background-color: #CC64BE;
}
</style>
border-color css
<style>
span { border-color: #CC64BE; }
span { border-color: rgb(204,100,190); }
td.TdClassName
{
border-color: #CC64BE;
}
.TagClassName
{
border-color: #CC64BE;
}
</style>