Shades of Fuchsia #C253BC
Tints of Fuchsia #C253BC
RGB
CMYK
RGB Variations
Color information
#C253BC (or 0xC253BC) is known color: Fuchsia. HEX triplet: C2, 53 and BC. RGB value is (194,83,188). Sum of RGB (Red+Green+Blue) = 194+83+188=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C253BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253BC is #3DAC43. Grayscale: #7F7F7F. Windows color (decimal): -4041796 or 12342210. OLE color: 12342210.
HSL color Cylindrical-coordinate representation of color #C253BC: hue angle of 303.24º 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 #C253BC is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 188 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.24 |
| HSL | 303.24º | 0.48% | 0.54% | - |
| HSV(B) | 303.24º | 0.57% | 0.76% | - |
| XYZ | 34.42 | 21.29 | 49.87 | - |
| YUV | 128.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 188 | 0 | 0.57 | 0.03 | 0.24 | 303.24 | 0.48 | 0.54 |
| Hex | C2 | 53 | BC | 0 | 39 | 3 | 18 | 12F | 30 | 36 |
| Octal | 302 | 123 | 274 | 0 | 71 | 3 | 30 | 457 | 60 | 66 |
| Binary | 11000010 | 1010011 | 10111100 | 0 | 111001 | 11 | 11000 | 100101111 | 110000 | 110110 |
Color Harmonies of #C253BC
Complementary color
Monochromatic Colors of #C253BC
Black with #C253BC
Text Example
Text Example
White with #C253BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253BC; }
p { color: rgb(194,83,188); }
H1.HeaderClassName
{
color: #C253BC;
}
.AnyTagClassName
{
color: #C253BC;
}
</style>
background-color css
<style>
a { background-color: #C253BC; }
a { background-color: rgb(194,83,188); }
div.DivClassName
{
background-color: #C253BC;
}
.BgClassName
{
background-color: #C253BC;
}
</style>
border-color css
<style>
span { border-color: #C253BC; }
span { border-color: rgb(194,83,188); }
td.TdClassName
{
border-color: #C253BC;
}
.TagClassName
{
border-color: #C253BC;
}
</style>