Shades of Fuchsia #C739CB
Tints of Fuchsia #C739CB
RGB
CMYK
RGB Variations
Color information
#C739CB (or 0xC739CB) is known color: Fuchsia. HEX triplet: C7, 39 and CB. RGB value is (199,57,203). Sum of RGB (Red+Green+Blue) = 199+57+203=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #C739CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C739CB is #38C634. Grayscale: #737373. Windows color (decimal): -3720757 or 13318599. OLE color: 13318599.
HSL color Cylindrical-coordinate representation of color #C739CB: hue angle of 298.36º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C739CB is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 57 | 203 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.20 |
| HSL | 298.36º | 0.58% | 0.51% | - |
| HSV(B) | 298.36º | 0.72% | 0.8% | - |
| XYZ | 35.8 | 19.38 | 58.35 | - |
| YUV | 116.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 203 | 0.02 | 0.72 | 0 | 0.20 | 298.36 | 0.58 | 0.51 |
| Hex | C7 | 39 | CB | 2 | 48 | 0 | 14 | 12A | 3A | 33 |
| Octal | 307 | 71 | 313 | 2 | 110 | 0 | 24 | 452 | 72 | 63 |
| Binary | 11000111 | 111001 | 11001011 | 10 | 1001000 | 0 | 10100 | 100101010 | 111010 | 110011 |
Color Harmonies of #C739CB
Complementary color
Monochromatic Colors of #C739CB
Black with #C739CB
Text Example
Text Example
White with #C739CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739CB; }
p { color: rgb(199,57,203); }
H1.HeaderClassName
{
color: #C739CB;
}
.AnyTagClassName
{
color: #C739CB;
}
</style>
background-color css
<style>
a { background-color: #C739CB; }
a { background-color: rgb(199,57,203); }
div.DivClassName
{
background-color: #C739CB;
}
.BgClassName
{
background-color: #C739CB;
}
</style>
border-color css
<style>
span { border-color: #C739CB; }
span { border-color: rgb(199,57,203); }
td.TdClassName
{
border-color: #C739CB;
}
.TagClassName
{
border-color: #C739CB;
}
</style>