Shades of Fuchsia #C63CCB
Tints of Fuchsia #C63CCB
RGB
CMYK
RGB Variations
Color information
#C63CCB (or 0xC63CCB) is known color: Fuchsia. HEX triplet: C6, 3C and CB. RGB value is (198,60,203). Sum of RGB (Red+Green+Blue) = 198+60+203=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #C63CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CCB is #39C334. Grayscale: #757575. Windows color (decimal): -3785525 or 13319366. OLE color: 13319366.
HSL color Cylindrical-coordinate representation of color #C63CCB: hue angle of 297.9º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63CCB is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 60 | 203 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.20 |
| HSL | 297.9º | 0.58% | 0.52% | - |
| HSV(B) | 297.9º | 0.7% | 0.8% | - |
| XYZ | 35.68 | 19.55 | 58.39 | - |
| YUV | 117.56 | 176.22 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 203 | 0.02 | 0.70 | 0 | 0.20 | 297.9 | 0.58 | 0.52 |
| Hex | C6 | 3C | CB | 2 | 46 | 0 | 14 | 12A | 3A | 34 |
| Octal | 306 | 74 | 313 | 2 | 106 | 0 | 24 | 452 | 72 | 64 |
| Binary | 11000110 | 111100 | 11001011 | 10 | 1000110 | 0 | 10100 | 100101010 | 111010 | 110100 |
Color Harmonies of #C63CCB
Complementary color
Monochromatic Colors of #C63CCB
Black with #C63CCB
Text Example
Text Example
White with #C63CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63CCB; }
p { color: rgb(198,60,203); }
H1.HeaderClassName
{
color: #C63CCB;
}
.AnyTagClassName
{
color: #C63CCB;
}
</style>
background-color css
<style>
a { background-color: #C63CCB; }
a { background-color: rgb(198,60,203); }
div.DivClassName
{
background-color: #C63CCB;
}
.BgClassName
{
background-color: #C63CCB;
}
</style>
border-color css
<style>
span { border-color: #C63CCB; }
span { border-color: rgb(198,60,203); }
td.TdClassName
{
border-color: #C63CCB;
}
.TagClassName
{
border-color: #C63CCB;
}
</style>