Shades of Fuchsia #C253CB
Tints of Fuchsia #C253CB
RGB
CMYK
RGB Variations
Color information
#C253CB (or 0xC253CB) is known color: Fuchsia. HEX triplet: C2, 53 and CB. RGB value is (194,83,203). Sum of RGB (Red+Green+Blue) = 194+83+203=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #C253CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253CB is #3DAC34. Grayscale: #818181. Windows color (decimal): -4041781 or 13325250. OLE color: 13325250.
HSL color Cylindrical-coordinate representation of color #C253CB: hue angle of 295.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 #C253CB is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 83 | 203 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.20 |
| HSL | 295.5º | 0.54% | 0.56% | - |
| HSV(B) | 295.5º | 0.59% | 0.8% | - |
| XYZ | 36.12 | 21.97 | 58.84 | - |
| YUV | 129.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 203 | 0.04 | 0.59 | 0 | 0.20 | 295.5 | 0.54 | 0.56 |
| Hex | C2 | 53 | CB | 4 | 3B | 0 | 14 | 128 | 36 | 38 |
| Octal | 302 | 123 | 313 | 4 | 73 | 0 | 24 | 450 | 66 | 70 |
| Binary | 11000010 | 1010011 | 11001011 | 100 | 111011 | 0 | 10100 | 100101000 | 110110 | 111000 |
Color Harmonies of #C253CB
Complementary color
Monochromatic Colors of #C253CB
Black with #C253CB
Text Example
Text Example
White with #C253CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253CB; }
p { color: rgb(194,83,203); }
H1.HeaderClassName
{
color: #C253CB;
}
.AnyTagClassName
{
color: #C253CB;
}
</style>
background-color css
<style>
a { background-color: #C253CB; }
a { background-color: rgb(194,83,203); }
div.DivClassName
{
background-color: #C253CB;
}
.BgClassName
{
background-color: #C253CB;
}
</style>
border-color css
<style>
span { border-color: #C253CB; }
span { border-color: rgb(194,83,203); }
td.TdClassName
{
border-color: #C253CB;
}
.TagClassName
{
border-color: #C253CB;
}
</style>