Shades of Fuchsia #C647CB
Tints of Fuchsia #C647CB
RGB
CMYK
RGB Variations
Color information
#C647CB (or 0xC647CB) is known color: Fuchsia. HEX triplet: C6, 47 and CB. RGB value is (198,71,203). Sum of RGB (Red+Green+Blue) = 198+71+203=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #C647CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C647CB is #39B834. Grayscale: #7B7B7B. Windows color (decimal): -3782709 or 13322182. OLE color: 13322182.
HSL color Cylindrical-coordinate representation of color #C647CB: hue angle of 297.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C647CB is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 71 | 203 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.20 |
| HSL | 297.73º | 0.56% | 0.54% | - |
| HSV(B) | 297.73º | 0.65% | 0.8% | - |
| XYZ | 36.32 | 20.82 | 58.61 | - |
| YUV | 124.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 203 | 0.02 | 0.65 | 0 | 0.20 | 297.73 | 0.56 | 0.54 |
| Hex | C6 | 47 | CB | 2 | 41 | 0 | 14 | 12A | 38 | 36 |
| Octal | 306 | 107 | 313 | 2 | 101 | 0 | 24 | 452 | 70 | 66 |
| Binary | 11000110 | 1000111 | 11001011 | 10 | 1000001 | 0 | 10100 | 100101010 | 111000 | 110110 |
Color Harmonies of #C647CB
Complementary color
Monochromatic Colors of #C647CB
Black with #C647CB
Text Example
Text Example
White with #C647CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C647CB; }
p { color: rgb(198,71,203); }
H1.HeaderClassName
{
color: #C647CB;
}
.AnyTagClassName
{
color: #C647CB;
}
</style>
background-color css
<style>
a { background-color: #C647CB; }
a { background-color: rgb(198,71,203); }
div.DivClassName
{
background-color: #C647CB;
}
.BgClassName
{
background-color: #C647CB;
}
</style>
border-color css
<style>
span { border-color: #C647CB; }
span { border-color: rgb(198,71,203); }
td.TdClassName
{
border-color: #C647CB;
}
.TagClassName
{
border-color: #C647CB;
}
</style>