Shades of Fuchsia #C662CB
Tints of Fuchsia #C662CB
RGB
CMYK
RGB Variations
Color information
#C662CB (or 0xC662CB) is known color: Fuchsia. HEX triplet: C6, 62 and CB. RGB value is (198,98,203). Sum of RGB (Red+Green+Blue) = 198+98+203=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #C662CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C662CB is #399D34. Grayscale: #8B8B8B. Windows color (decimal): -3775797 or 13329094. OLE color: 13329094.
HSL color Cylindrical-coordinate representation of color #C662CB: hue angle of 297.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C662CB is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 98 | 203 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.20 |
| HSL | 297.14º | 0.5% | 0.59% | - |
| HSV(B) | 297.14º | 0.52% | 0.8% | - |
| XYZ | 38.44 | 25.05 | 59.31 | - |
| YUV | 139.87 | 163.63 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 203 | 0.02 | 0.52 | 0 | 0.20 | 297.14 | 0.5 | 0.59 |
| Hex | C6 | 62 | CB | 2 | 34 | 0 | 14 | 129 | 32 | 3B |
| Octal | 306 | 142 | 313 | 2 | 64 | 0 | 24 | 451 | 62 | 73 |
| Binary | 11000110 | 1100010 | 11001011 | 10 | 110100 | 0 | 10100 | 100101001 | 110010 | 111011 |
Color Harmonies of #C662CB
Complementary color
Monochromatic Colors of #C662CB
Black with #C662CB
Text Example
Text Example
White with #C662CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C662CB; }
p { color: rgb(198,98,203); }
H1.HeaderClassName
{
color: #C662CB;
}
.AnyTagClassName
{
color: #C662CB;
}
</style>
background-color css
<style>
a { background-color: #C662CB; }
a { background-color: rgb(198,98,203); }
div.DivClassName
{
background-color: #C662CB;
}
.BgClassName
{
background-color: #C662CB;
}
</style>
border-color css
<style>
span { border-color: #C662CB; }
span { border-color: rgb(198,98,203); }
td.TdClassName
{
border-color: #C662CB;
}
.TagClassName
{
border-color: #C662CB;
}
</style>