Shades of Fuchsia #C738CB
Tints of Fuchsia #C738CB
RGB
CMYK
RGB Variations
Color information
#C738CB (or 0xC738CB) is known color: Fuchsia. HEX triplet: C7, 38 and CB. RGB value is (199,56,203). Sum of RGB (Red+Green+Blue) = 199+56+203=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #C738CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C738CB is #38C734. Grayscale: #737373. Windows color (decimal): -3721013 or 13318343. OLE color: 13318343.
HSL color Cylindrical-coordinate representation of color #C738CB: hue angle of 298.37º degrees, saturation: 0.59, 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 #C738CB is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 56 | 203 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.20 |
| HSL | 298.37º | 0.59% | 0.51% | - |
| HSV(B) | 298.37º | 0.72% | 0.8% | - |
| XYZ | 35.75 | 19.28 | 58.34 | - |
| YUV | 115.52 | 177.38 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 203 | 0.02 | 0.72 | 0 | 0.20 | 298.37 | 0.59 | 0.51 |
| Hex | C7 | 38 | CB | 2 | 48 | 0 | 14 | 12A | 3B | 33 |
| Octal | 307 | 70 | 313 | 2 | 110 | 0 | 24 | 452 | 73 | 63 |
| Binary | 11000111 | 111000 | 11001011 | 10 | 1001000 | 0 | 10100 | 100101010 | 111011 | 110011 |
Color Harmonies of #C738CB
Complementary color
Monochromatic Colors of #C738CB
Black with #C738CB
Text Example
Text Example
White with #C738CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738CB; }
p { color: rgb(199,56,203); }
H1.HeaderClassName
{
color: #C738CB;
}
.AnyTagClassName
{
color: #C738CB;
}
</style>
background-color css
<style>
a { background-color: #C738CB; }
a { background-color: rgb(199,56,203); }
div.DivClassName
{
background-color: #C738CB;
}
.BgClassName
{
background-color: #C738CB;
}
</style>
border-color css
<style>
span { border-color: #C738CB; }
span { border-color: rgb(199,56,203); }
td.TdClassName
{
border-color: #C738CB;
}
.TagClassName
{
border-color: #C738CB;
}
</style>