Shades of Fuchsia #C24BBC
Tints of Fuchsia #C24BBC
RGB
CMYK
RGB Variations
Color information
#C24BBC (or 0xC24BBC) is known color: Fuchsia. HEX triplet: C2, 4B and BC. RGB value is (194,75,188). Sum of RGB (Red+Green+Blue) = 194+75+188=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BBC is #3DB443. Grayscale: #7B7B7B. Windows color (decimal): -4043844 or 12340162. OLE color: 12340162.
HSL color Cylindrical-coordinate representation of color #C24BBC: hue angle of 303.03º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24BBC is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 188 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.24 |
| HSL | 303.03º | 0.49% | 0.53% | - |
| HSV(B) | 303.03º | 0.61% | 0.76% | - |
| XYZ | 33.84 | 20.13 | 49.68 | - |
| YUV | 123.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 188 | 0 | 0.61 | 0.03 | 0.24 | 303.03 | 0.49 | 0.53 |
| Hex | C2 | 4B | BC | 0 | 3D | 3 | 18 | 12F | 31 | 35 |
| Octal | 302 | 113 | 274 | 0 | 75 | 3 | 30 | 457 | 61 | 65 |
| Binary | 11000010 | 1001011 | 10111100 | 0 | 111101 | 11 | 11000 | 100101111 | 110001 | 110101 |
Color Harmonies of #C24BBC
Complementary color
Monochromatic Colors of #C24BBC
Black with #C24BBC
Text Example
Text Example
White with #C24BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BBC; }
p { color: rgb(194,75,188); }
H1.HeaderClassName
{
color: #C24BBC;
}
.AnyTagClassName
{
color: #C24BBC;
}
</style>
background-color css
<style>
a { background-color: #C24BBC; }
a { background-color: rgb(194,75,188); }
div.DivClassName
{
background-color: #C24BBC;
}
.BgClassName
{
background-color: #C24BBC;
}
</style>
border-color css
<style>
span { border-color: #C24BBC; }
span { border-color: rgb(194,75,188); }
td.TdClassName
{
border-color: #C24BBC;
}
.TagClassName
{
border-color: #C24BBC;
}
</style>