Shades of Fuchsia #C742BC
Tints of Fuchsia #C742BC
RGB
CMYK
RGB Variations
Color information
#C742BC (or 0xC742BC) is known color: Fuchsia. HEX triplet: C7, 42 and BC. RGB value is (199,66,188). Sum of RGB (Red+Green+Blue) = 199+66+188=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C742BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C742BC is #38BD43. Grayscale: #777777. Windows color (decimal): -3718468 or 12337863. OLE color: 12337863.
HSL color Cylindrical-coordinate representation of color #C742BC: hue angle of 304.96º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C742BC is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 188 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.22 |
| HSL | 304.96º | 0.54% | 0.52% | - |
| HSV(B) | 304.96º | 0.67% | 0.78% | - |
| XYZ | 34.58 | 19.67 | 49.55 | - |
| YUV | 119.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 188 | 0 | 0.67 | 0.06 | 0.22 | 304.96 | 0.54 | 0.52 |
| Hex | C7 | 42 | BC | 0 | 43 | 6 | 16 | 131 | 36 | 34 |
| Octal | 307 | 102 | 274 | 0 | 103 | 6 | 26 | 461 | 66 | 64 |
| Binary | 11000111 | 1000010 | 10111100 | 0 | 1000011 | 110 | 10110 | 100110001 | 110110 | 110100 |
Color Harmonies of #C742BC
Complementary color
Monochromatic Colors of #C742BC
Black with #C742BC
Text Example
Text Example
White with #C742BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742BC; }
p { color: rgb(199,66,188); }
H1.HeaderClassName
{
color: #C742BC;
}
.AnyTagClassName
{
color: #C742BC;
}
</style>
background-color css
<style>
a { background-color: #C742BC; }
a { background-color: rgb(199,66,188); }
div.DivClassName
{
background-color: #C742BC;
}
.BgClassName
{
background-color: #C742BC;
}
</style>
border-color css
<style>
span { border-color: #C742BC; }
span { border-color: rgb(199,66,188); }
td.TdClassName
{
border-color: #C742BC;
}
.TagClassName
{
border-color: #C742BC;
}
</style>