Shades of Fuchsia #CB67AF
Tints of Fuchsia #CB67AF
RGB
CMYK
RGB Variations
Color information
#CB67AF (or 0xCB67AF) is known color: Fuchsia. HEX triplet: CB, 67 and AF. RGB value is (203,103,175). Sum of RGB (Red+Green+Blue) = 203+103+175=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CB67AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB67AF is #349850. Grayscale: #8C8C8C. Windows color (decimal): -3446865 or 11495371. OLE color: 11495371.
HSL color Cylindrical-coordinate representation of color #CB67AF: hue angle of 316.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB67AF is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 175 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.20 |
| HSL | 316.8º | 0.49% | 0.6% | - |
| HSV(B) | 316.8º | 0.49% | 0.8% | - |
| XYZ | 37.22 | 25.49 | 43.52 | - |
| YUV | 141.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 175 | 0 | 0.49 | 0.14 | 0.20 | 316.8 | 0.49 | 0.6 |
| Hex | CB | 67 | AF | 0 | 31 | E | 14 | 13D | 31 | 3C |
| Octal | 313 | 147 | 257 | 0 | 61 | 16 | 24 | 475 | 61 | 74 |
| Binary | 11001011 | 1100111 | 10101111 | 0 | 110001 | 1110 | 10100 | 100111101 | 110001 | 111100 |
Color Harmonies of #CB67AF
Complementary color
Monochromatic Colors of #CB67AF
Black with #CB67AF
Text Example
Text Example
White with #CB67AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67AF; }
p { color: rgb(203,103,175); }
H1.HeaderClassName
{
color: #CB67AF;
}
.AnyTagClassName
{
color: #CB67AF;
}
</style>
background-color css
<style>
a { background-color: #CB67AF; }
a { background-color: rgb(203,103,175); }
div.DivClassName
{
background-color: #CB67AF;
}
.BgClassName
{
background-color: #CB67AF;
}
</style>
border-color css
<style>
span { border-color: #CB67AF; }
span { border-color: rgb(203,103,175); }
td.TdClassName
{
border-color: #CB67AF;
}
.TagClassName
{
border-color: #CB67AF;
}
</style>