Shades of Fuchsia #CC63BB
Tints of Fuchsia #CC63BB
RGB
CMYK
RGB Variations
Color information
#CC63BB (or 0xCC63BB) is known color: Fuchsia. HEX triplet: CC, 63 and BB. RGB value is (204,99,187). Sum of RGB (Red+Green+Blue) = 204+99+187=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63BB is #339C44. Grayscale: #8C8C8C. Windows color (decimal): -3382341 or 12280780. OLE color: 12280780.
HSL color Cylindrical-coordinate representation of color #CC63BB: hue angle of 309.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC63BB is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 187 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.2 |
| HSL | 309.71º | 0.51% | 0.59% | - |
| HSV(B) | 309.71º | 0.51% | 0.8% | - |
| XYZ | 38.33 | 25.35 | 49.89 | - |
| YUV | 140.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 187 | 0 | 0.51 | 0.08 | 0.2 | 309.71 | 0.51 | 0.59 |
| Hex | CC | 63 | BB | 0 | 33 | 8 | 14 | 136 | 33 | 3B |
| Octal | 314 | 143 | 273 | 0 | 63 | 10 | 24 | 466 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10111011 | 0 | 110011 | 1000 | 10100 | 100110110 | 110011 | 111011 |
Color Harmonies of #CC63BB
Complementary color
Monochromatic Colors of #CC63BB
Black with #CC63BB
Text Example
Text Example
White with #CC63BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63BB; }
p { color: rgb(204,99,187); }
H1.HeaderClassName
{
color: #CC63BB;
}
.AnyTagClassName
{
color: #CC63BB;
}
</style>
background-color css
<style>
a { background-color: #CC63BB; }
a { background-color: rgb(204,99,187); }
div.DivClassName
{
background-color: #CC63BB;
}
.BgClassName
{
background-color: #CC63BB;
}
</style>
border-color css
<style>
span { border-color: #CC63BB; }
span { border-color: rgb(204,99,187); }
td.TdClassName
{
border-color: #CC63BB;
}
.TagClassName
{
border-color: #CC63BB;
}
</style>