Shades of Fuchsia #C741BD
Tints of Fuchsia #C741BD
RGB
CMYK
RGB Variations
Color information
#C741BD (or 0xC741BD) is known color: Fuchsia. HEX triplet: C7, 41 and BD. RGB value is (199,65,189). Sum of RGB (Red+Green+Blue) = 199+65+189=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C741BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741BD is #38BE42. Grayscale: #767676. Windows color (decimal): -3718723 or 12403143. OLE color: 12403143.
HSL color Cylindrical-coordinate representation of color #C741BD: hue angle of 304.48º 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 #C741BD is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 189 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.22 |
| HSL | 304.48º | 0.54% | 0.52% | - |
| HSV(B) | 304.48º | 0.67% | 0.78% | - |
| XYZ | 34.63 | 19.6 | 50.1 | - |
| YUV | 119.2 | 167.39 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 189 | 0 | 0.67 | 0.05 | 0.22 | 304.48 | 0.54 | 0.52 |
| Hex | C7 | 41 | BD | 0 | 43 | 5 | 16 | 130 | 36 | 34 |
| Octal | 307 | 101 | 275 | 0 | 103 | 5 | 26 | 460 | 66 | 64 |
| Binary | 11000111 | 1000001 | 10111101 | 0 | 1000011 | 101 | 10110 | 100110000 | 110110 | 110100 |
Color Harmonies of #C741BD
Complementary color
Monochromatic Colors of #C741BD
Black with #C741BD
Text Example
Text Example
White with #C741BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C741BD; }
p { color: rgb(199,65,189); }
H1.HeaderClassName
{
color: #C741BD;
}
.AnyTagClassName
{
color: #C741BD;
}
</style>
background-color css
<style>
a { background-color: #C741BD; }
a { background-color: rgb(199,65,189); }
div.DivClassName
{
background-color: #C741BD;
}
.BgClassName
{
background-color: #C741BD;
}
</style>
border-color css
<style>
span { border-color: #C741BD; }
span { border-color: rgb(199,65,189); }
td.TdClassName
{
border-color: #C741BD;
}
.TagClassName
{
border-color: #C741BD;
}
</style>