Shades of Fuchsia #C653CB
Tints of Fuchsia #C653CB
RGB
CMYK
RGB Variations
Color information
#C653CB (or 0xC653CB) is known color: Fuchsia. HEX triplet: C6, 53 and CB. RGB value is (198,83,203). Sum of RGB (Red+Green+Blue) = 198+83+203=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #C653CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C653CB is #39AC34. Grayscale: #828282. Windows color (decimal): -3779637 or 13325254. OLE color: 13325254.
HSL color Cylindrical-coordinate representation of color #C653CB: hue angle of 297.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C653CB is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 83 | 203 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.20 |
| HSL | 297.5º | 0.54% | 0.56% | - |
| HSV(B) | 297.5º | 0.59% | 0.8% | - |
| XYZ | 37.16 | 22.5 | 58.89 | - |
| YUV | 131.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 203 | 0.02 | 0.59 | 0 | 0.20 | 297.5 | 0.54 | 0.56 |
| Hex | C6 | 53 | CB | 2 | 3B | 0 | 14 | 12A | 36 | 38 |
| Octal | 306 | 123 | 313 | 2 | 73 | 0 | 24 | 452 | 66 | 70 |
| Binary | 11000110 | 1010011 | 11001011 | 10 | 111011 | 0 | 10100 | 100101010 | 110110 | 111000 |
Color Harmonies of #C653CB
Complementary color
Monochromatic Colors of #C653CB
Black with #C653CB
Text Example
Text Example
White with #C653CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653CB; }
p { color: rgb(198,83,203); }
H1.HeaderClassName
{
color: #C653CB;
}
.AnyTagClassName
{
color: #C653CB;
}
</style>
background-color css
<style>
a { background-color: #C653CB; }
a { background-color: rgb(198,83,203); }
div.DivClassName
{
background-color: #C653CB;
}
.BgClassName
{
background-color: #C653CB;
}
</style>
border-color css
<style>
span { border-color: #C653CB; }
span { border-color: rgb(198,83,203); }
td.TdClassName
{
border-color: #C653CB;
}
.TagClassName
{
border-color: #C653CB;
}
</style>