Shades of Fuchsia #C253BB
Tints of Fuchsia #C253BB
RGB
CMYK
RGB Variations
Color information
#C253BB (or 0xC253BB) is known color: Fuchsia. HEX triplet: C2, 53 and BB. RGB value is (194,83,187). Sum of RGB (Red+Green+Blue) = 194+83+187=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C253BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253BB is #3DAC44. Grayscale: #7F7F7F. Windows color (decimal): -4041797 or 12276674. OLE color: 12276674.
HSL color Cylindrical-coordinate representation of color #C253BB: hue angle of 303.78º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C253BB is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 187 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.24 |
| HSL | 303.78º | 0.48% | 0.54% | - |
| HSV(B) | 303.78º | 0.57% | 0.76% | - |
| XYZ | 34.31 | 21.24 | 49.31 | - |
| YUV | 128.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 187 | 0 | 0.57 | 0.04 | 0.24 | 303.78 | 0.48 | 0.54 |
| Hex | C2 | 53 | BB | 0 | 39 | 4 | 18 | 130 | 30 | 36 |
| Octal | 302 | 123 | 273 | 0 | 71 | 4 | 30 | 460 | 60 | 66 |
| Binary | 11000010 | 1010011 | 10111011 | 0 | 111001 | 100 | 11000 | 100110000 | 110000 | 110110 |
Color Harmonies of #C253BB
Complementary color
Monochromatic Colors of #C253BB
Black with #C253BB
Text Example
Text Example
White with #C253BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253BB; }
p { color: rgb(194,83,187); }
H1.HeaderClassName
{
color: #C253BB;
}
.AnyTagClassName
{
color: #C253BB;
}
</style>
background-color css
<style>
a { background-color: #C253BB; }
a { background-color: rgb(194,83,187); }
div.DivClassName
{
background-color: #C253BB;
}
.BgClassName
{
background-color: #C253BB;
}
</style>
border-color css
<style>
span { border-color: #C253BB; }
span { border-color: rgb(194,83,187); }
td.TdClassName
{
border-color: #C253BB;
}
.TagClassName
{
border-color: #C253BB;
}
</style>