Shades of Fuchsia #C74CCB
Tints of Fuchsia #C74CCB
RGB
CMYK
RGB Variations
Color information
#C74CCB (or 0xC74CCB) is known color: Fuchsia. HEX triplet: C7, 4C and CB. RGB value is (199,76,203). Sum of RGB (Red+Green+Blue) = 199+76+203=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 76 (30.08% from 255 or 15.90% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #C74CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CCB is #38B334. Grayscale: #7E7E7E. Windows color (decimal): -3715893 or 13323463. OLE color: 13323463.
HSL color Cylindrical-coordinate representation of color #C74CCB: hue angle of 298.11º degrees, saturation: 0.55, 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 #C74CCB is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 76 | 203 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.20 |
| HSL | 298.11º | 0.55% | 0.55% | - |
| HSV(B) | 298.11º | 0.63% | 0.8% | - |
| XYZ | 36.92 | 21.62 | 58.73 | - |
| YUV | 127.26 | 170.75 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 76 | 203 | 0.02 | 0.63 | 0 | 0.20 | 298.11 | 0.55 | 0.55 |
| Hex | C7 | 4C | CB | 2 | 3F | 0 | 14 | 12A | 37 | 37 |
| Octal | 307 | 114 | 313 | 2 | 77 | 0 | 24 | 452 | 67 | 67 |
| Binary | 11000111 | 1001100 | 11001011 | 10 | 111111 | 0 | 10100 | 100101010 | 110111 | 110111 |
Color Harmonies of #C74CCB
Complementary color
Monochromatic Colors of #C74CCB
Black with #C74CCB
Text Example
Text Example
White with #C74CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74CCB; }
p { color: rgb(199,76,203); }
H1.HeaderClassName
{
color: #C74CCB;
}
.AnyTagClassName
{
color: #C74CCB;
}
</style>
background-color css
<style>
a { background-color: #C74CCB; }
a { background-color: rgb(199,76,203); }
div.DivClassName
{
background-color: #C74CCB;
}
.BgClassName
{
background-color: #C74CCB;
}
</style>
border-color css
<style>
span { border-color: #C74CCB; }
span { border-color: rgb(199,76,203); }
td.TdClassName
{
border-color: #C74CCB;
}
.TagClassName
{
border-color: #C74CCB;
}
</style>