Shades of Fuchsia #CB61AF
Tints of Fuchsia #CB61AF
RGB
CMYK
RGB Variations
Color information
#CB61AF (or 0xCB61AF) is known color: Fuchsia. HEX triplet: CB, 61 and AF. RGB value is (203,97,175). Sum of RGB (Red+Green+Blue) = 203+97+175=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB61AF is #349E50. Grayscale: #898989. Windows color (decimal): -3448401 or 11493835. OLE color: 11493835.
HSL color Cylindrical-coordinate representation of color #CB61AF: hue angle of 315.85º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB61AF is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 175 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.20 |
| HSL | 315.85º | 0.5% | 0.59% | - |
| HSV(B) | 315.85º | 0.52% | 0.8% | - |
| XYZ | 36.64 | 24.34 | 43.32 | - |
| YUV | 137.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 175 | 0 | 0.52 | 0.14 | 0.20 | 315.85 | 0.5 | 0.59 |
| Hex | CB | 61 | AF | 0 | 34 | E | 14 | 13C | 32 | 3B |
| Octal | 313 | 141 | 257 | 0 | 64 | 16 | 24 | 474 | 62 | 73 |
| Binary | 11001011 | 1100001 | 10101111 | 0 | 110100 | 1110 | 10100 | 100111100 | 110010 | 111011 |
Color Harmonies of #CB61AF
Complementary color
Monochromatic Colors of #CB61AF
Black with #CB61AF
Text Example
Text Example
White with #CB61AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB61AF; }
p { color: rgb(203,97,175); }
H1.HeaderClassName
{
color: #CB61AF;
}
.AnyTagClassName
{
color: #CB61AF;
}
</style>
background-color css
<style>
a { background-color: #CB61AF; }
a { background-color: rgb(203,97,175); }
div.DivClassName
{
background-color: #CB61AF;
}
.BgClassName
{
background-color: #CB61AF;
}
</style>
border-color css
<style>
span { border-color: #CB61AF; }
span { border-color: rgb(203,97,175); }
td.TdClassName
{
border-color: #CB61AF;
}
.TagClassName
{
border-color: #CB61AF;
}
</style>