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