Shades of Fuchsia #C646CB
Tints of Fuchsia #C646CB
RGB
CMYK
RGB Variations
Color information
#C646CB (or 0xC646CB) is known color: Fuchsia. HEX triplet: C6, 46 and CB. RGB value is (198,70,203). Sum of RGB (Red+Green+Blue) = 198+70+203=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #C646CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646CB is #39B934. Grayscale: #7B7B7B. Windows color (decimal): -3782965 or 13321926. OLE color: 13321926.
HSL color Cylindrical-coordinate representation of color #C646CB: hue angle of 297.74º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C646CB is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 70 | 203 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.20 |
| HSL | 297.74º | 0.56% | 0.54% | - |
| HSV(B) | 297.74º | 0.66% | 0.8% | - |
| XYZ | 36.26 | 20.7 | 58.58 | - |
| YUV | 123.43 | 172.91 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 203 | 0.02 | 0.66 | 0 | 0.20 | 297.74 | 0.56 | 0.54 |
| Hex | C6 | 46 | CB | 2 | 42 | 0 | 14 | 12A | 38 | 36 |
| Octal | 306 | 106 | 313 | 2 | 102 | 0 | 24 | 452 | 70 | 66 |
| Binary | 11000110 | 1000110 | 11001011 | 10 | 1000010 | 0 | 10100 | 100101010 | 111000 | 110110 |
Color Harmonies of #C646CB
Complementary color
Monochromatic Colors of #C646CB
Black with #C646CB
Text Example
Text Example
White with #C646CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C646CB; }
p { color: rgb(198,70,203); }
H1.HeaderClassName
{
color: #C646CB;
}
.AnyTagClassName
{
color: #C646CB;
}
</style>
background-color css
<style>
a { background-color: #C646CB; }
a { background-color: rgb(198,70,203); }
div.DivClassName
{
background-color: #C646CB;
}
.BgClassName
{
background-color: #C646CB;
}
</style>
border-color css
<style>
span { border-color: #C646CB; }
span { border-color: rgb(198,70,203); }
td.TdClassName
{
border-color: #C646CB;
}
.TagClassName
{
border-color: #C646CB;
}
</style>