Shades of Fuchsia #C65ACB
Tints of Fuchsia #C65ACB
RGB
CMYK
RGB Variations
Color information
#C65ACB (or 0xC65ACB) is known color: Fuchsia. HEX triplet: C6, 5A and CB. RGB value is (198,90,203). Sum of RGB (Red+Green+Blue) = 198+90+203=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #C65ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65ACB is #39A534. Grayscale: #868686. Windows color (decimal): -3777845 or 13327046. OLE color: 13327046.
HSL color Cylindrical-coordinate representation of color #C65ACB: hue angle of 297.35º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65ACB is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 90 | 203 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.20 |
| HSL | 297.35º | 0.52% | 0.57% | - |
| HSV(B) | 297.35º | 0.56% | 0.8% | - |
| XYZ | 37.72 | 23.63 | 59.07 | - |
| YUV | 135.17 | 166.28 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 203 | 0.02 | 0.56 | 0 | 0.20 | 297.35 | 0.52 | 0.57 |
| Hex | C6 | 5A | CB | 2 | 38 | 0 | 14 | 129 | 34 | 39 |
| Octal | 306 | 132 | 313 | 2 | 70 | 0 | 24 | 451 | 64 | 71 |
| Binary | 11000110 | 1011010 | 11001011 | 10 | 111000 | 0 | 10100 | 100101001 | 110100 | 111001 |
Color Harmonies of #C65ACB
Complementary color
Monochromatic Colors of #C65ACB
Black with #C65ACB
Text Example
Text Example
White with #C65ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65ACB; }
p { color: rgb(198,90,203); }
H1.HeaderClassName
{
color: #C65ACB;
}
.AnyTagClassName
{
color: #C65ACB;
}
</style>
background-color css
<style>
a { background-color: #C65ACB; }
a { background-color: rgb(198,90,203); }
div.DivClassName
{
background-color: #C65ACB;
}
.BgClassName
{
background-color: #C65ACB;
}
</style>
border-color css
<style>
span { border-color: #C65ACB; }
span { border-color: rgb(198,90,203); }
td.TdClassName
{
border-color: #C65ACB;
}
.TagClassName
{
border-color: #C65ACB;
}
</style>