Shades of Fuchsia #C24CBD
Tints of Fuchsia #C24CBD
RGB
CMYK
RGB Variations
Color information
#C24CBD (or 0xC24CBD) is known color: Fuchsia. HEX triplet: C2, 4C and BD. RGB value is (194,76,189). Sum of RGB (Red+Green+Blue) = 194+76+189=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CBD is #3DB342. Grayscale: #7B7B7B. Windows color (decimal): -4043587 or 12405954. OLE color: 12405954.
HSL color Cylindrical-coordinate representation of color #C24CBD: hue angle of 302.54º 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 #C24CBD is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 189 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.24 |
| HSL | 302.54º | 0.49% | 0.53% | - |
| HSV(B) | 302.54º | 0.61% | 0.76% | - |
| XYZ | 34.02 | 20.31 | 50.27 | - |
| YUV | 124.16 | 164.59 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 189 | 0 | 0.61 | 0.03 | 0.24 | 302.54 | 0.49 | 0.53 |
| Hex | C2 | 4C | BD | 0 | 3D | 3 | 18 | 12F | 31 | 35 |
| Octal | 302 | 114 | 275 | 0 | 75 | 3 | 30 | 457 | 61 | 65 |
| Binary | 11000010 | 1001100 | 10111101 | 0 | 111101 | 11 | 11000 | 100101111 | 110001 | 110101 |
Color Harmonies of #C24CBD
Complementary color
Monochromatic Colors of #C24CBD
Black with #C24CBD
Text Example
Text Example
White with #C24CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CBD; }
p { color: rgb(194,76,189); }
H1.HeaderClassName
{
color: #C24CBD;
}
.AnyTagClassName
{
color: #C24CBD;
}
</style>
background-color css
<style>
a { background-color: #C24CBD; }
a { background-color: rgb(194,76,189); }
div.DivClassName
{
background-color: #C24CBD;
}
.BgClassName
{
background-color: #C24CBD;
}
</style>
border-color css
<style>
span { border-color: #C24CBD; }
span { border-color: rgb(194,76,189); }
td.TdClassName
{
border-color: #C24CBD;
}
.TagClassName
{
border-color: #C24CBD;
}
</style>