Shades of Fuchsia #CC63CC
Tints of Fuchsia #CC63CC
RGB
CMYK
RGB Variations
Color information
#CC63CC (or 0xCC63CC) is known color: Fuchsia. HEX triplet: CC, 63 and CC. RGB value is (204,99,204). Sum of RGB (Red+Green+Blue) = 204+99+204=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63CC is #339C33. Grayscale: #8E8E8E. Windows color (decimal): -3382324 or 13394892. OLE color: 13394892.
HSL color Cylindrical-coordinate representation of color #CC63CC: hue angle of 300º 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 #CC63CC is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 204 | - |
| CMYK | 0 | 0.51 | 0 | 0.2 |
| HSL | 300º | 0.51% | 0.59% | - |
| HSV(B) | 300º | 0.51% | 0.8% | - |
| XYZ | 40.26 | 26.12 | 60.05 | - |
| YUV | 142.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 204 | 0 | 0.51 | 0 | 0.2 | 300 | 0.51 | 0.59 |
| Hex | CC | 63 | CC | 0 | 33 | 0 | 14 | 12C | 33 | 3B |
| Octal | 314 | 143 | 314 | 0 | 63 | 0 | 24 | 454 | 63 | 73 |
| Binary | 11001100 | 1100011 | 11001100 | 0 | 110011 | 0 | 10100 | 100101100 | 110011 | 111011 |
Color Harmonies of #CC63CC
Complementary color
Monochromatic Colors of #CC63CC
Black with #CC63CC
Text Example
Text Example
White with #CC63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63CC; }
p { color: rgb(204,99,204); }
H1.HeaderClassName
{
color: #CC63CC;
}
.AnyTagClassName
{
color: #CC63CC;
}
</style>
background-color css
<style>
a { background-color: #CC63CC; }
a { background-color: rgb(204,99,204); }
div.DivClassName
{
background-color: #CC63CC;
}
.BgClassName
{
background-color: #CC63CC;
}
</style>
border-color css
<style>
span { border-color: #CC63CC; }
span { border-color: rgb(204,99,204); }
td.TdClassName
{
border-color: #CC63CC;
}
.TagClassName
{
border-color: #CC63CC;
}
</style>