Shades of Fuchsia #C638CB
Tints of Fuchsia #C638CB
RGB
CMYK
RGB Variations
Color information
#C638CB (or 0xC638CB) is known color: Fuchsia. HEX triplet: C6, 38 and CB. RGB value is (198,56,203). Sum of RGB (Red+Green+Blue) = 198+56+203=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #C638CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C638CB is #39C734. Grayscale: #727272. Windows color (decimal): -3786549 or 13318342. OLE color: 13318342.
HSL color Cylindrical-coordinate representation of color #C638CB: hue angle of 297.96º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C638CB is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 56 | 203 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.20 |
| HSL | 297.96º | 0.59% | 0.51% | - |
| HSV(B) | 297.96º | 0.72% | 0.8% | - |
| XYZ | 35.48 | 19.15 | 58.33 | - |
| YUV | 115.22 | 177.54 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 203 | 0.02 | 0.72 | 0 | 0.20 | 297.96 | 0.59 | 0.51 |
| Hex | C6 | 38 | CB | 2 | 48 | 0 | 14 | 12A | 3B | 33 |
| Octal | 306 | 70 | 313 | 2 | 110 | 0 | 24 | 452 | 73 | 63 |
| Binary | 11000110 | 111000 | 11001011 | 10 | 1001000 | 0 | 10100 | 100101010 | 111011 | 110011 |
Color Harmonies of #C638CB
Complementary color
Monochromatic Colors of #C638CB
Black with #C638CB
Text Example
Text Example
White with #C638CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C638CB; }
p { color: rgb(198,56,203); }
H1.HeaderClassName
{
color: #C638CB;
}
.AnyTagClassName
{
color: #C638CB;
}
</style>
background-color css
<style>
a { background-color: #C638CB; }
a { background-color: rgb(198,56,203); }
div.DivClassName
{
background-color: #C638CB;
}
.BgClassName
{
background-color: #C638CB;
}
</style>
border-color css
<style>
span { border-color: #C638CB; }
span { border-color: rgb(198,56,203); }
td.TdClassName
{
border-color: #C638CB;
}
.TagClassName
{
border-color: #C638CB;
}
</style>