Shades of Fuchsia #CC42BF
Tints of Fuchsia #CC42BF
RGB
CMYK
RGB Variations
Color information
#CC42BF (or 0xCC42BF) is known color: Fuchsia. HEX triplet: CC, 42 and BF. RGB value is (204,66,191). Sum of RGB (Red+Green+Blue) = 204+66+191=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CC42BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC42BF is #33BD40. Grayscale: #797979. Windows color (decimal): -3390785 or 12534476. OLE color: 12534476.
HSL color Cylindrical-coordinate representation of color #CC42BF: hue angle of 305.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC42BF is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 191 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.2 |
| HSL | 305.65º | 0.58% | 0.53% | - |
| HSV(B) | 305.65º | 0.68% | 0.8% | - |
| XYZ | 36.25 | 20.5 | 51.34 | - |
| YUV | 121.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 191 | 0 | 0.68 | 0.06 | 0.2 | 305.65 | 0.58 | 0.53 |
| Hex | CC | 42 | BF | 0 | 44 | 6 | 14 | 132 | 3A | 35 |
| Octal | 314 | 102 | 277 | 0 | 104 | 6 | 24 | 462 | 72 | 65 |
| Binary | 11001100 | 1000010 | 10111111 | 0 | 1000100 | 110 | 10100 | 100110010 | 111010 | 110101 |
Color Harmonies of #CC42BF
Complementary color
Monochromatic Colors of #CC42BF
Black with #CC42BF
Text Example
Text Example
White with #CC42BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42BF; }
p { color: rgb(204,66,191); }
H1.HeaderClassName
{
color: #CC42BF;
}
.AnyTagClassName
{
color: #CC42BF;
}
</style>
background-color css
<style>
a { background-color: #CC42BF; }
a { background-color: rgb(204,66,191); }
div.DivClassName
{
background-color: #CC42BF;
}
.BgClassName
{
background-color: #CC42BF;
}
</style>
border-color css
<style>
span { border-color: #CC42BF; }
span { border-color: rgb(204,66,191); }
td.TdClassName
{
border-color: #CC42BF;
}
.TagClassName
{
border-color: #CC42BF;
}
</style>