Shades of Fuchsia #CC63BF
Tints of Fuchsia #CC63BF
RGB
CMYK
RGB Variations
Color information
#CC63BF (or 0xCC63BF) is known color: Fuchsia. HEX triplet: CC, 63 and BF. RGB value is (204,99,191). Sum of RGB (Red+Green+Blue) = 204+99+191=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63BF is #339C40. Grayscale: #8C8C8C. Windows color (decimal): -3382337 or 12542924. OLE color: 12542924.
HSL color Cylindrical-coordinate representation of color #CC63BF: hue angle of 307.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 #CC63BF is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 191 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.2 |
| HSL | 307.43º | 0.51% | 0.59% | - |
| HSV(B) | 307.43º | 0.51% | 0.8% | - |
| XYZ | 38.77 | 25.52 | 52.17 | - |
| YUV | 140.88 | 156.29 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 191 | 0 | 0.51 | 0.06 | 0.2 | 307.43 | 0.51 | 0.59 |
| Hex | CC | 63 | BF | 0 | 33 | 6 | 14 | 133 | 33 | 3B |
| Octal | 314 | 143 | 277 | 0 | 63 | 6 | 24 | 463 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10111111 | 0 | 110011 | 110 | 10100 | 100110011 | 110011 | 111011 |
Color Harmonies of #CC63BF
Complementary color
Monochromatic Colors of #CC63BF
Black with #CC63BF
Text Example
Text Example
White with #CC63BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63BF; }
p { color: rgb(204,99,191); }
H1.HeaderClassName
{
color: #CC63BF;
}
.AnyTagClassName
{
color: #CC63BF;
}
</style>
background-color css
<style>
a { background-color: #CC63BF; }
a { background-color: rgb(204,99,191); }
div.DivClassName
{
background-color: #CC63BF;
}
.BgClassName
{
background-color: #CC63BF;
}
</style>
border-color css
<style>
span { border-color: #CC63BF; }
span { border-color: rgb(204,99,191); }
td.TdClassName
{
border-color: #CC63BF;
}
.TagClassName
{
border-color: #CC63BF;
}
</style>