Shades of Fuchsia #C24BC7
Tints of Fuchsia #C24BC7
RGB
CMYK
RGB Variations
Color information
#C24BC7 (or 0xC24BC7) is known color: Fuchsia. HEX triplet: C2, 4B and C7. RGB value is (194,75,199). Sum of RGB (Red+Green+Blue) = 194+75+199=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 199 - color contains mainly: blue. Hex color #C24BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BC7 is #3DB438. Grayscale: #7C7C7C. Windows color (decimal): -4043833 or 13061058. OLE color: 13061058.
HSL color Cylindrical-coordinate representation of color #C24BC7: hue angle of 297.58º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24BC7 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 75 | 199 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.22 |
| HSL | 297.58º | 0.53% | 0.54% | - |
| HSV(B) | 297.58º | 0.62% | 0.78% | - |
| XYZ | 35.07 | 20.63 | 56.17 | - |
| YUV | 124.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 199 | 0.03 | 0.62 | 0 | 0.22 | 297.58 | 0.53 | 0.54 |
| Hex | C2 | 4B | C7 | 3 | 3E | 0 | 16 | 12A | 35 | 36 |
| Octal | 302 | 113 | 307 | 3 | 76 | 0 | 26 | 452 | 65 | 66 |
| Binary | 11000010 | 1001011 | 11000111 | 11 | 111110 | 0 | 10110 | 100101010 | 110101 | 110110 |
Color Harmonies of #C24BC7
Complementary color
Monochromatic Colors of #C24BC7
Black with #C24BC7
Text Example
Text Example
White with #C24BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BC7; }
p { color: rgb(194,75,199); }
H1.HeaderClassName
{
color: #C24BC7;
}
.AnyTagClassName
{
color: #C24BC7;
}
</style>
background-color css
<style>
a { background-color: #C24BC7; }
a { background-color: rgb(194,75,199); }
div.DivClassName
{
background-color: #C24BC7;
}
.BgClassName
{
background-color: #C24BC7;
}
</style>
border-color css
<style>
span { border-color: #C24BC7; }
span { border-color: rgb(194,75,199); }
td.TdClassName
{
border-color: #C24BC7;
}
.TagClassName
{
border-color: #C24BC7;
}
</style>