Shades of Fuchsia #CB67C6
Tints of Fuchsia #CB67C6
RGB
CMYK
RGB Variations
Color information
#CB67C6 (or 0xCB67C6) is known color: Fuchsia. HEX triplet: CB, 67 and C6. RGB value is (203,103,198). Sum of RGB (Red+Green+Blue) = 203+103+198=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB67C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67C6 is #349839. Grayscale: #8F8F8F. Windows color (decimal): -3446842 or 13002699. OLE color: 13002699.
HSL color Cylindrical-coordinate representation of color #CB67C6: hue angle of 303º 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 #CB67C6 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 198 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.20 |
| HSL | 303º | 0.49% | 0.6% | - |
| HSV(B) | 303º | 0.49% | 0.8% | - |
| XYZ | 39.67 | 26.47 | 56.45 | - |
| YUV | 143.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 198 | 0 | 0.49 | 0.02 | 0.20 | 303 | 0.49 | 0.6 |
| Hex | CB | 67 | C6 | 0 | 31 | 2 | 14 | 12F | 31 | 3C |
| Octal | 313 | 147 | 306 | 0 | 61 | 2 | 24 | 457 | 61 | 74 |
| Binary | 11001011 | 1100111 | 11000110 | 0 | 110001 | 10 | 10100 | 100101111 | 110001 | 111100 |
Color Harmonies of #CB67C6
Complementary color
Monochromatic Colors of #CB67C6
Black with #CB67C6
Text Example
Text Example
White with #CB67C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB67C6; }
p { color: rgb(203,103,198); }
H1.HeaderClassName
{
color: #CB67C6;
}
.AnyTagClassName
{
color: #CB67C6;
}
</style>
background-color css
<style>
a { background-color: #CB67C6; }
a { background-color: rgb(203,103,198); }
div.DivClassName
{
background-color: #CB67C6;
}
.BgClassName
{
background-color: #CB67C6;
}
</style>
border-color css
<style>
span { border-color: #CB67C6; }
span { border-color: rgb(203,103,198); }
td.TdClassName
{
border-color: #CB67C6;
}
.TagClassName
{
border-color: #CB67C6;
}
</style>