Shades of Fuchsia #C734CB
Tints of Fuchsia #C734CB
RGB
CMYK
RGB Variations
Color information
#C734CB (or 0xC734CB) is known color: Fuchsia. HEX triplet: C7, 34 and CB. RGB value is (199,52,203). Sum of RGB (Red+Green+Blue) = 199+52+203=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 52 (20.70% from 255 or 11.45% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #C734CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734CB is #38CB34. Grayscale: #707070. Windows color (decimal): -3722037 or 13317319. OLE color: 13317319.
HSL color Cylindrical-coordinate representation of color #C734CB: hue angle of 298.41º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C734CB is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 52 | 203 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.20 |
| HSL | 298.41º | 0.59% | 0.5% | - |
| HSV(B) | 298.41º | 0.74% | 0.8% | - |
| XYZ | 35.56 | 18.91 | 58.28 | - |
| YUV | 113.17 | 178.7 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 203 | 0.02 | 0.74 | 0 | 0.20 | 298.41 | 0.59 | 0.5 |
| Hex | C7 | 34 | CB | 2 | 4A | 0 | 14 | 12A | 3B | 32 |
| Octal | 307 | 64 | 313 | 2 | 112 | 0 | 24 | 452 | 73 | 62 |
| Binary | 11000111 | 110100 | 11001011 | 10 | 1001010 | 0 | 10100 | 100101010 | 111011 | 110010 |
Color Harmonies of #C734CB
Complementary color
Monochromatic Colors of #C734CB
Black with #C734CB
Text Example
Text Example
White with #C734CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734CB; }
p { color: rgb(199,52,203); }
H1.HeaderClassName
{
color: #C734CB;
}
.AnyTagClassName
{
color: #C734CB;
}
</style>
background-color css
<style>
a { background-color: #C734CB; }
a { background-color: rgb(199,52,203); }
div.DivClassName
{
background-color: #C734CB;
}
.BgClassName
{
background-color: #C734CB;
}
</style>
border-color css
<style>
span { border-color: #C734CB; }
span { border-color: rgb(199,52,203); }
td.TdClassName
{
border-color: #C734CB;
}
.TagClassName
{
border-color: #C734CB;
}
</style>