Shades of Fuchsia #CB65AF
Tints of Fuchsia #CB65AF
RGB
CMYK
RGB Variations
Color information
#CB65AF (or 0xCB65AF) is known color: Fuchsia. HEX triplet: CB, 65 and AF. RGB value is (203,101,175). Sum of RGB (Red+Green+Blue) = 203+101+175=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB65AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB65AF is #349A50. Grayscale: #8B8B8B. Windows color (decimal): -3447377 or 11494859. OLE color: 11494859.
HSL color Cylindrical-coordinate representation of color #CB65AF: hue angle of 316.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB65AF is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 175 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.20 |
| HSL | 316.47º | 0.5% | 0.6% | - |
| HSV(B) | 316.47º | 0.5% | 0.8% | - |
| XYZ | 37.02 | 25.1 | 43.45 | - |
| YUV | 139.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 175 | 0 | 0.50 | 0.14 | 0.20 | 316.47 | 0.5 | 0.6 |
| Hex | CB | 65 | AF | 0 | 32 | E | 14 | 13C | 32 | 3C |
| Octal | 313 | 145 | 257 | 0 | 62 | 16 | 24 | 474 | 62 | 74 |
| Binary | 11001011 | 1100101 | 10101111 | 0 | 110010 | 1110 | 10100 | 100111100 | 110010 | 111100 |
Color Harmonies of #CB65AF
Complementary color
Monochromatic Colors of #CB65AF
Black with #CB65AF
Text Example
Text Example
White with #CB65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65AF; }
p { color: rgb(203,101,175); }
H1.HeaderClassName
{
color: #CB65AF;
}
.AnyTagClassName
{
color: #CB65AF;
}
</style>
background-color css
<style>
a { background-color: #CB65AF; }
a { background-color: rgb(203,101,175); }
div.DivClassName
{
background-color: #CB65AF;
}
.BgClassName
{
background-color: #CB65AF;
}
</style>
border-color css
<style>
span { border-color: #CB65AF; }
span { border-color: rgb(203,101,175); }
td.TdClassName
{
border-color: #CB65AF;
}
.TagClassName
{
border-color: #CB65AF;
}
</style>