Shades of Fuchsia #CB67B8
Tints of Fuchsia #CB67B8
RGB
CMYK
RGB Variations
Color information
#CB67B8 (or 0xCB67B8) is known color: Fuchsia. HEX triplet: CB, 67 and B8. RGB value is (203,103,184). Sum of RGB (Red+Green+Blue) = 203+103+184=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB67B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67B8 is #349847. Grayscale: #8D8D8D. Windows color (decimal): -3446856 or 12085195. OLE color: 12085195.
HSL color Cylindrical-coordinate representation of color #CB67B8: hue angle of 311.4º 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 #CB67B8 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 184 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.20 |
| HSL | 311.4º | 0.49% | 0.6% | - |
| HSV(B) | 311.4º | 0.49% | 0.8% | - |
| XYZ | 38.13 | 25.86 | 48.33 | - |
| YUV | 142.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 184 | 0 | 0.49 | 0.09 | 0.20 | 311.4 | 0.49 | 0.6 |
| Hex | CB | 67 | B8 | 0 | 31 | 9 | 14 | 137 | 31 | 3C |
| Octal | 313 | 147 | 270 | 0 | 61 | 11 | 24 | 467 | 61 | 74 |
| Binary | 11001011 | 1100111 | 10111000 | 0 | 110001 | 1001 | 10100 | 100110111 | 110001 | 111100 |
Color Harmonies of #CB67B8
Complementary color
Monochromatic Colors of #CB67B8
Black with #CB67B8
Text Example
Text Example
White with #CB67B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67B8; }
p { color: rgb(203,103,184); }
H1.HeaderClassName
{
color: #CB67B8;
}
.AnyTagClassName
{
color: #CB67B8;
}
</style>
background-color css
<style>
a { background-color: #CB67B8; }
a { background-color: rgb(203,103,184); }
div.DivClassName
{
background-color: #CB67B8;
}
.BgClassName
{
background-color: #CB67B8;
}
</style>
border-color css
<style>
span { border-color: #CB67B8; }
span { border-color: rgb(203,103,184); }
td.TdClassName
{
border-color: #CB67B8;
}
.TagClassName
{
border-color: #CB67B8;
}
</style>