Shades of Fuchsia #C953CB
Tints of Fuchsia #C953CB
RGB
CMYK
RGB Variations
Color information
#C953CB (or 0xC953CB) is known color: Fuchsia. HEX triplet: C9, 53 and CB. RGB value is (201,83,203). Sum of RGB (Red+Green+Blue) = 201+83+203=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #C953CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953CB is #36AC34. Grayscale: #838383. Windows color (decimal): -3583029 or 13325257. OLE color: 13325257.
HSL color Cylindrical-coordinate representation of color #C953CB: hue angle of 299º 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 #C953CB is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 83 | 203 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.20 |
| HSL | 299º | 0.54% | 0.56% | - |
| HSV(B) | 299º | 0.59% | 0.8% | - |
| XYZ | 37.96 | 22.92 | 58.92 | - |
| YUV | 131.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 203 | 0.01 | 0.59 | 0 | 0.20 | 299 | 0.54 | 0.56 |
| Hex | C9 | 53 | CB | 1 | 3B | 0 | 14 | 12B | 36 | 38 |
| Octal | 311 | 123 | 313 | 1 | 73 | 0 | 24 | 453 | 66 | 70 |
| Binary | 11001001 | 1010011 | 11001011 | 1 | 111011 | 0 | 10100 | 100101011 | 110110 | 111000 |
Color Harmonies of #C953CB
Complementary color
Monochromatic Colors of #C953CB
Black with #C953CB
Text Example
Text Example
White with #C953CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C953CB; }
p { color: rgb(201,83,203); }
H1.HeaderClassName
{
color: #C953CB;
}
.AnyTagClassName
{
color: #C953CB;
}
</style>
background-color css
<style>
a { background-color: #C953CB; }
a { background-color: rgb(201,83,203); }
div.DivClassName
{
background-color: #C953CB;
}
.BgClassName
{
background-color: #C953CB;
}
</style>
border-color css
<style>
span { border-color: #C953CB; }
span { border-color: rgb(201,83,203); }
td.TdClassName
{
border-color: #C953CB;
}
.TagClassName
{
border-color: #C953CB;
}
</style>