Shades of Fuchsia #CC63B1
Tints of Fuchsia #CC63B1
RGB
CMYK
RGB Variations
Color information
#CC63B1 (or 0xCC63B1) is known color: Fuchsia. HEX triplet: CC, 63 and B1. RGB value is (204,99,177). Sum of RGB (Red+Green+Blue) = 204+99+177=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 177 (69.53% from 255 or 36.88% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC63B1 is #339C4E. Grayscale: #8B8B8B. Windows color (decimal): -3382351 or 11625420. OLE color: 11625420.
HSL color Cylindrical-coordinate representation of color #CC63B1: hue angle of 315.43º 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 #CC63B1 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 177 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.2 |
| HSL | 315.43º | 0.51% | 0.59% | - |
| HSV(B) | 315.43º | 0.51% | 0.8% | - |
| XYZ | 37.3 | 24.94 | 44.44 | - |
| YUV | 139.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 177 | 0 | 0.51 | 0.13 | 0.2 | 315.43 | 0.51 | 0.59 |
| Hex | CC | 63 | B1 | 0 | 33 | D | 14 | 13B | 33 | 3B |
| Octal | 314 | 143 | 261 | 0 | 63 | 15 | 24 | 473 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10110001 | 0 | 110011 | 1101 | 10100 | 100111011 | 110011 | 111011 |
Color Harmonies of #CC63B1
Complementary color
Monochromatic Colors of #CC63B1
Black with #CC63B1
Text Example
Text Example
White with #CC63B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63B1; }
p { color: rgb(204,99,177); }
H1.HeaderClassName
{
color: #CC63B1;
}
.AnyTagClassName
{
color: #CC63B1;
}
</style>
background-color css
<style>
a { background-color: #CC63B1; }
a { background-color: rgb(204,99,177); }
div.DivClassName
{
background-color: #CC63B1;
}
.BgClassName
{
background-color: #CC63B1;
}
</style>
border-color css
<style>
span { border-color: #CC63B1; }
span { border-color: rgb(204,99,177); }
td.TdClassName
{
border-color: #CC63B1;
}
.TagClassName
{
border-color: #CC63B1;
}
</style>