Shades of Fuchsia #C738BB
Tints of Fuchsia #C738BB
RGB
CMYK
RGB Variations
Color information
#C738BB (or 0xC738BB) is known color: Fuchsia. HEX triplet: C7, 38 and BB. RGB value is (199,56,187). Sum of RGB (Red+Green+Blue) = 199+56+187=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C738BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C738BB is #38C744. Grayscale: #717171. Windows color (decimal): -3721029 or 12269767. OLE color: 12269767.
HSL color Cylindrical-coordinate representation of color #C738BB: hue angle of 305.03º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C738BB is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 187 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.22 |
| HSL | 305.04º | 0.56% | 0.5% | - |
| HSV(B) | 305.04º | 0.72% | 0.78% | - |
| XYZ | 33.94 | 18.56 | 48.81 | - |
| YUV | 113.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 187 | 0 | 0.72 | 0.06 | 0.22 | 305.04 | 0.56 | 0.5 |
| Hex | C7 | 38 | BB | 0 | 48 | 6 | 16 | 131 | 38 | 32 |
| Octal | 307 | 70 | 273 | 0 | 110 | 6 | 26 | 461 | 70 | 62 |
| Binary | 11000111 | 111000 | 10111011 | 0 | 1001000 | 110 | 10110 | 100110001 | 111000 | 110010 |
Color Harmonies of #C738BB
Complementary color
Monochromatic Colors of #C738BB
Black with #C738BB
Text Example
Text Example
White with #C738BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738BB; }
p { color: rgb(199,56,187); }
H1.HeaderClassName
{
color: #C738BB;
}
.AnyTagClassName
{
color: #C738BB;
}
</style>
background-color css
<style>
a { background-color: #C738BB; }
a { background-color: rgb(199,56,187); }
div.DivClassName
{
background-color: #C738BB;
}
.BgClassName
{
background-color: #C738BB;
}
</style>
border-color css
<style>
span { border-color: #C738BB; }
span { border-color: rgb(199,56,187); }
td.TdClassName
{
border-color: #C738BB;
}
.TagClassName
{
border-color: #C738BB;
}
</style>