Shades of Fuchsia #C74BCD
Tints of Fuchsia #C74BCD
RGB
CMYK
RGB Variations
Color information
#C74BCD (or 0xC74BCD) is known color: Fuchsia. HEX triplet: C7, 4B and CD. RGB value is (199,75,205). Sum of RGB (Red+Green+Blue) = 199+75+205=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #C74BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BCD is #38B432. Grayscale: #7E7E7E. Windows color (decimal): -3716147 or 13454279. OLE color: 13454279.
HSL color Cylindrical-coordinate representation of color #C74BCD: hue angle of 297.23º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74BCD is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 75 | 205 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.20 |
| HSL | 297.23º | 0.57% | 0.55% | - |
| HSV(B) | 297.23º | 0.63% | 0.8% | - |
| XYZ | 37.09 | 21.58 | 59.97 | - |
| YUV | 126.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 205 | 0.03 | 0.63 | 0 | 0.20 | 297.23 | 0.57 | 0.55 |
| Hex | C7 | 4B | CD | 3 | 3F | 0 | 14 | 129 | 39 | 37 |
| Octal | 307 | 113 | 315 | 3 | 77 | 0 | 24 | 451 | 71 | 67 |
| Binary | 11000111 | 1001011 | 11001101 | 11 | 111111 | 0 | 10100 | 100101001 | 111001 | 110111 |
Color Harmonies of #C74BCD
Complementary color
Monochromatic Colors of #C74BCD
Black with #C74BCD
Text Example
Text Example
White with #C74BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BCD; }
p { color: rgb(199,75,205); }
H1.HeaderClassName
{
color: #C74BCD;
}
.AnyTagClassName
{
color: #C74BCD;
}
</style>
background-color css
<style>
a { background-color: #C74BCD; }
a { background-color: rgb(199,75,205); }
div.DivClassName
{
background-color: #C74BCD;
}
.BgClassName
{
background-color: #C74BCD;
}
</style>
border-color css
<style>
span { border-color: #C74BCD; }
span { border-color: rgb(199,75,205); }
td.TdClassName
{
border-color: #C74BCD;
}
.TagClassName
{
border-color: #C74BCD;
}
</style>