Shades of Fuchsia #CB67BC
Tints of Fuchsia #CB67BC
RGB
CMYK
RGB Variations
Color information
#CB67BC (or 0xCB67BC) is known color: Fuchsia. HEX triplet: CB, 67 and BC. RGB value is (203,103,188). Sum of RGB (Red+Green+Blue) = 203+103+188=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB67BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67BC is #349843. Grayscale: #8E8E8E. Windows color (decimal): -3446852 or 12347339. OLE color: 12347339.
HSL color Cylindrical-coordinate representation of color #CB67BC: hue angle of 309º 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 #CB67BC is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 188 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.20 |
| HSL | 309º | 0.49% | 0.6% | - |
| HSV(B) | 309º | 0.49% | 0.8% | - |
| XYZ | 38.56 | 26.03 | 50.57 | - |
| YUV | 142.59 | 153.63 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 188 | 0 | 0.49 | 0.07 | 0.20 | 309 | 0.49 | 0.6 |
| Hex | CB | 67 | BC | 0 | 31 | 7 | 14 | 135 | 31 | 3C |
| Octal | 313 | 147 | 274 | 0 | 61 | 7 | 24 | 465 | 61 | 74 |
| Binary | 11001011 | 1100111 | 10111100 | 0 | 110001 | 111 | 10100 | 100110101 | 110001 | 111100 |
Color Harmonies of #CB67BC
Complementary color
Monochromatic Colors of #CB67BC
Black with #CB67BC
Text Example
Text Example
White with #CB67BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67BC; }
p { color: rgb(203,103,188); }
H1.HeaderClassName
{
color: #CB67BC;
}
.AnyTagClassName
{
color: #CB67BC;
}
</style>
background-color css
<style>
a { background-color: #CB67BC; }
a { background-color: rgb(203,103,188); }
div.DivClassName
{
background-color: #CB67BC;
}
.BgClassName
{
background-color: #CB67BC;
}
</style>
border-color css
<style>
span { border-color: #CB67BC; }
span { border-color: rgb(203,103,188); }
td.TdClassName
{
border-color: #CB67BC;
}
.TagClassName
{
border-color: #CB67BC;
}
</style>