Shades of Fuchsia #C738CD
Tints of Fuchsia #C738CD
RGB
CMYK
RGB Variations
Color information
#C738CD (or 0xC738CD) is known color: Fuchsia. HEX triplet: C7, 38 and CD. RGB value is (199,56,205). Sum of RGB (Red+Green+Blue) = 199+56+205=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 56 (22.27% from 255 or 12.17% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #C738CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C738CD is #38C732. Grayscale: #737373. Windows color (decimal): -3721011 or 13449415. OLE color: 13449415.
HSL color Cylindrical-coordinate representation of color #C738CD: hue angle of 297.58º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C738CD is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 56 | 205 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.20 |
| HSL | 297.58º | 0.6% | 0.51% | - |
| HSV(B) | 297.58º | 0.73% | 0.8% | - |
| XYZ | 35.99 | 19.38 | 59.6 | - |
| YUV | 115.74 | 178.38 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 205 | 0.03 | 0.73 | 0 | 0.20 | 297.58 | 0.6 | 0.51 |
| Hex | C7 | 38 | CD | 3 | 49 | 0 | 14 | 12A | 3C | 33 |
| Octal | 307 | 70 | 315 | 3 | 111 | 0 | 24 | 452 | 74 | 63 |
| Binary | 11000111 | 111000 | 11001101 | 11 | 1001001 | 0 | 10100 | 100101010 | 111100 | 110011 |
Color Harmonies of #C738CD
Complementary color
Monochromatic Colors of #C738CD
Black with #C738CD
Text Example
Text Example
White with #C738CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738CD; }
p { color: rgb(199,56,205); }
H1.HeaderClassName
{
color: #C738CD;
}
.AnyTagClassName
{
color: #C738CD;
}
</style>
background-color css
<style>
a { background-color: #C738CD; }
a { background-color: rgb(199,56,205); }
div.DivClassName
{
background-color: #C738CD;
}
.BgClassName
{
background-color: #C738CD;
}
</style>
border-color css
<style>
span { border-color: #C738CD; }
span { border-color: rgb(199,56,205); }
td.TdClassName
{
border-color: #C738CD;
}
.TagClassName
{
border-color: #C738CD;
}
</style>