Shades of Fuchsia #CC49BF
Tints of Fuchsia #CC49BF
RGB
CMYK
RGB Variations
Color information
#CC49BF (or 0xCC49BF) is known color: Fuchsia. HEX triplet: CC, 49 and BF. RGB value is (204,73,191). Sum of RGB (Red+Green+Blue) = 204+73+191=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 73 (28.91% from 255 or 15.60% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49BF is #33B640. Grayscale: #7D7D7D. Windows color (decimal): -3388993 or 12536268. OLE color: 12536268.
HSL color Cylindrical-coordinate representation of color #CC49BF: hue angle of 305.95º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC49BF is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 191 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.2 |
| HSL | 305.95º | 0.56% | 0.54% | - |
| HSV(B) | 305.95º | 0.64% | 0.8% | - |
| XYZ | 36.69 | 21.36 | 51.48 | - |
| YUV | 125.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 191 | 0 | 0.64 | 0.06 | 0.2 | 305.95 | 0.56 | 0.54 |
| Hex | CC | 49 | BF | 0 | 40 | 6 | 14 | 132 | 38 | 36 |
| Octal | 314 | 111 | 277 | 0 | 100 | 6 | 24 | 462 | 70 | 66 |
| Binary | 11001100 | 1001001 | 10111111 | 0 | 1000000 | 110 | 10100 | 100110010 | 111000 | 110110 |
Color Harmonies of #CC49BF
Complementary color
Monochromatic Colors of #CC49BF
Black with #CC49BF
Text Example
Text Example
White with #CC49BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49BF; }
p { color: rgb(204,73,191); }
H1.HeaderClassName
{
color: #CC49BF;
}
.AnyTagClassName
{
color: #CC49BF;
}
</style>
background-color css
<style>
a { background-color: #CC49BF; }
a { background-color: rgb(204,73,191); }
div.DivClassName
{
background-color: #CC49BF;
}
.BgClassName
{
background-color: #CC49BF;
}
</style>
border-color css
<style>
span { border-color: #CC49BF; }
span { border-color: rgb(204,73,191); }
td.TdClassName
{
border-color: #CC49BF;
}
.TagClassName
{
border-color: #CC49BF;
}
</style>