Shades of Fuchsia #C640CB
Tints of Fuchsia #C640CB
RGB
CMYK
RGB Variations
Color information
#C640CB (or 0xC640CB) is known color: Fuchsia. HEX triplet: C6, 40 and CB. RGB value is (198,64,203). Sum of RGB (Red+Green+Blue) = 198+64+203=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #C640CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C640CB is #39BF34. Grayscale: #777777. Windows color (decimal): -3784501 or 13320390. OLE color: 13320390.
HSL color Cylindrical-coordinate representation of color #C640CB: hue angle of 297.84º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C640CB is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 64 | 203 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.20 |
| HSL | 297.84º | 0.57% | 0.52% | - |
| HSV(B) | 297.84º | 0.68% | 0.8% | - |
| XYZ | 35.9 | 19.98 | 58.47 | - |
| YUV | 119.91 | 174.89 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 203 | 0.02 | 0.68 | 0 | 0.20 | 297.84 | 0.57 | 0.52 |
| Hex | C6 | 40 | CB | 2 | 44 | 0 | 14 | 12A | 39 | 34 |
| Octal | 306 | 100 | 313 | 2 | 104 | 0 | 24 | 452 | 71 | 64 |
| Binary | 11000110 | 1000000 | 11001011 | 10 | 1000100 | 0 | 10100 | 100101010 | 111001 | 110100 |
Color Harmonies of #C640CB
Complementary color
Monochromatic Colors of #C640CB
Black with #C640CB
Text Example
Text Example
White with #C640CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C640CB; }
p { color: rgb(198,64,203); }
H1.HeaderClassName
{
color: #C640CB;
}
.AnyTagClassName
{
color: #C640CB;
}
</style>
background-color css
<style>
a { background-color: #C640CB; }
a { background-color: rgb(198,64,203); }
div.DivClassName
{
background-color: #C640CB;
}
.BgClassName
{
background-color: #C640CB;
}
</style>
border-color css
<style>
span { border-color: #C640CB; }
span { border-color: rgb(198,64,203); }
td.TdClassName
{
border-color: #C640CB;
}
.TagClassName
{
border-color: #C640CB;
}
</style>