Shades of Fuchsia #C738CA
Tints of Fuchsia #C738CA
RGB
CMYK
RGB Variations
Color information
#C738CA (or 0xC738CA) is known color: Fuchsia. HEX triplet: C7, 38 and CA. RGB value is (199,56,202). Sum of RGB (Red+Green+Blue) = 199+56+202=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #C738CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C738CA is #38C735. Grayscale: #727272. Windows color (decimal): -3721014 or 13252807. OLE color: 13252807.
HSL color Cylindrical-coordinate representation of color #C738CA: hue angle of 298.77º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C738CA is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 56 | 202 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.21 |
| HSL | 298.77º | 0.58% | 0.51% | - |
| HSV(B) | 298.77º | 0.72% | 0.79% | - |
| XYZ | 35.63 | 19.23 | 57.71 | - |
| YUV | 115.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 202 | 0.01 | 0.72 | 0 | 0.21 | 298.77 | 0.58 | 0.51 |
| Hex | C7 | 38 | CA | 1 | 48 | 0 | 15 | 12B | 3A | 33 |
| Octal | 307 | 70 | 312 | 1 | 110 | 0 | 25 | 453 | 72 | 63 |
| Binary | 11000111 | 111000 | 11001010 | 1 | 1001000 | 0 | 10101 | 100101011 | 111010 | 110011 |
Color Harmonies of #C738CA
Complementary color
Monochromatic Colors of #C738CA
Black with #C738CA
Text Example
Text Example
White with #C738CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738CA; }
p { color: rgb(199,56,202); }
H1.HeaderClassName
{
color: #C738CA;
}
.AnyTagClassName
{
color: #C738CA;
}
</style>
background-color css
<style>
a { background-color: #C738CA; }
a { background-color: rgb(199,56,202); }
div.DivClassName
{
background-color: #C738CA;
}
.BgClassName
{
background-color: #C738CA;
}
</style>
border-color css
<style>
span { border-color: #C738CA; }
span { border-color: rgb(199,56,202); }
td.TdClassName
{
border-color: #C738CA;
}
.TagClassName
{
border-color: #C738CA;
}
</style>