Shades of Fuchsia #C65ECB
Tints of Fuchsia #C65ECB
RGB
CMYK
RGB Variations
Color information
#C65ECB (or 0xC65ECB) is known color: Fuchsia. HEX triplet: C6, 5E and CB. RGB value is (198,94,203). Sum of RGB (Red+Green+Blue) = 198+94+203=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #C65ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ECB is #39A134. Grayscale: #898989. Windows color (decimal): -3776821 or 13328070. OLE color: 13328070.
HSL color Cylindrical-coordinate representation of color #C65ECB: hue angle of 297.25º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65ECB is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 94 | 203 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.20 |
| HSL | 297.25º | 0.51% | 0.58% | - |
| HSV(B) | 297.25º | 0.54% | 0.8% | - |
| XYZ | 38.07 | 24.32 | 59.19 | - |
| YUV | 137.52 | 164.96 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 203 | 0.02 | 0.54 | 0 | 0.20 | 297.25 | 0.51 | 0.58 |
| Hex | C6 | 5E | CB | 2 | 36 | 0 | 14 | 129 | 33 | 3A |
| Octal | 306 | 136 | 313 | 2 | 66 | 0 | 24 | 451 | 63 | 72 |
| Binary | 11000110 | 1011110 | 11001011 | 10 | 110110 | 0 | 10100 | 100101001 | 110011 | 111010 |
Color Harmonies of #C65ECB
Complementary color
Monochromatic Colors of #C65ECB
Black with #C65ECB
Text Example
Text Example
White with #C65ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65ECB; }
p { color: rgb(198,94,203); }
H1.HeaderClassName
{
color: #C65ECB;
}
.AnyTagClassName
{
color: #C65ECB;
}
</style>
background-color css
<style>
a { background-color: #C65ECB; }
a { background-color: rgb(198,94,203); }
div.DivClassName
{
background-color: #C65ECB;
}
.BgClassName
{
background-color: #C65ECB;
}
</style>
border-color css
<style>
span { border-color: #C65ECB; }
span { border-color: rgb(198,94,203); }
td.TdClassName
{
border-color: #C65ECB;
}
.TagClassName
{
border-color: #C65ECB;
}
</style>