Shades of Fuchsia #C649CB
Tints of Fuchsia #C649CB
RGB
CMYK
RGB Variations
Color information
#C649CB (or 0xC649CB) is known color: Fuchsia. HEX triplet: C6, 49 and CB. RGB value is (198,73,203). Sum of RGB (Red+Green+Blue) = 198+73+203=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #C649CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649CB is #39B634. Grayscale: #7C7C7C. Windows color (decimal): -3782197 or 13322694. OLE color: 13322694.
HSL color Cylindrical-coordinate representation of color #C649CB: hue angle of 297.69º 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 #C649CB is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 73 | 203 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.20 |
| HSL | 297.69º | 0.56% | 0.54% | - |
| HSV(B) | 297.69º | 0.64% | 0.8% | - |
| XYZ | 36.45 | 21.08 | 58.65 | - |
| YUV | 125.2 | 171.91 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 203 | 0.02 | 0.64 | 0 | 0.20 | 297.69 | 0.56 | 0.54 |
| Hex | C6 | 49 | CB | 2 | 40 | 0 | 14 | 12A | 38 | 36 |
| Octal | 306 | 111 | 313 | 2 | 100 | 0 | 24 | 452 | 70 | 66 |
| Binary | 11000110 | 1001001 | 11001011 | 10 | 1000000 | 0 | 10100 | 100101010 | 111000 | 110110 |
Color Harmonies of #C649CB
Complementary color
Monochromatic Colors of #C649CB
Black with #C649CB
Text Example
Text Example
White with #C649CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649CB; }
p { color: rgb(198,73,203); }
H1.HeaderClassName
{
color: #C649CB;
}
.AnyTagClassName
{
color: #C649CB;
}
</style>
background-color css
<style>
a { background-color: #C649CB; }
a { background-color: rgb(198,73,203); }
div.DivClassName
{
background-color: #C649CB;
}
.BgClassName
{
background-color: #C649CB;
}
</style>
border-color css
<style>
span { border-color: #C649CB; }
span { border-color: rgb(198,73,203); }
td.TdClassName
{
border-color: #C649CB;
}
.TagClassName
{
border-color: #C649CB;
}
</style>