Shades of Fuchsia #C65BCA
Tints of Fuchsia #C65BCA
RGB
CMYK
RGB Variations
Color information
#C65BCA (or 0xC65BCA) is known color: Fuchsia. HEX triplet: C6, 5B and CA. RGB value is (198,91,202). Sum of RGB (Red+Green+Blue) = 198+91+202=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #C65BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BCA is #39A435. Grayscale: #878787. Windows color (decimal): -3777590 or 13261766. OLE color: 13261766.
HSL color Cylindrical-coordinate representation of color #C65BCA: hue angle of 297.84º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65BCA is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 91 | 202 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.21 |
| HSL | 297.84º | 0.51% | 0.57% | - |
| HSV(B) | 297.84º | 0.55% | 0.79% | - |
| XYZ | 37.69 | 23.75 | 58.48 | - |
| YUV | 135.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 91 | 202 | 0.02 | 0.55 | 0 | 0.21 | 297.84 | 0.51 | 0.57 |
| Hex | C6 | 5B | CA | 2 | 37 | 0 | 15 | 12A | 33 | 39 |
| Octal | 306 | 133 | 312 | 2 | 67 | 0 | 25 | 452 | 63 | 71 |
| Binary | 11000110 | 1011011 | 11001010 | 10 | 110111 | 0 | 10101 | 100101010 | 110011 | 111001 |
Color Harmonies of #C65BCA
Complementary color
Monochromatic Colors of #C65BCA
Black with #C65BCA
Text Example
Text Example
White with #C65BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65BCA; }
p { color: rgb(198,91,202); }
H1.HeaderClassName
{
color: #C65BCA;
}
.AnyTagClassName
{
color: #C65BCA;
}
</style>
background-color css
<style>
a { background-color: #C65BCA; }
a { background-color: rgb(198,91,202); }
div.DivClassName
{
background-color: #C65BCA;
}
.BgClassName
{
background-color: #C65BCA;
}
</style>
border-color css
<style>
span { border-color: #C65BCA; }
span { border-color: rgb(198,91,202); }
td.TdClassName
{
border-color: #C65BCA;
}
.TagClassName
{
border-color: #C65BCA;
}
</style>