Shades of Fuchsia #C567CB
Tints of Fuchsia #C567CB
RGB
CMYK
RGB Variations
Color information
#C567CB (or 0xC567CB) is known color: Fuchsia. HEX triplet: C5, 67 and CB. RGB value is (197,103,203). Sum of RGB (Red+Green+Blue) = 197+103+203=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #C567CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C567CB is #3A9834. Grayscale: #8E8E8E. Windows color (decimal): -3840053 or 13330373. OLE color: 13330373.
HSL color Cylindrical-coordinate representation of color #C567CB: hue angle of 296.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 #C567CB is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 103 | 203 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.20 |
| HSL | 296.4º | 0.49% | 0.6% | - |
| HSV(B) | 296.4º | 0.49% | 0.8% | - |
| XYZ | 38.66 | 25.88 | 59.46 | - |
| YUV | 142.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 203 | 0.03 | 0.49 | 0 | 0.20 | 296.4 | 0.49 | 0.6 |
| Hex | C5 | 67 | CB | 3 | 31 | 0 | 14 | 128 | 31 | 3C |
| Octal | 305 | 147 | 313 | 3 | 61 | 0 | 24 | 450 | 61 | 74 |
| Binary | 11000101 | 1100111 | 11001011 | 11 | 110001 | 0 | 10100 | 100101000 | 110001 | 111100 |
Color Harmonies of #C567CB
Complementary color
Monochromatic Colors of #C567CB
Black with #C567CB
Text Example
Text Example
White with #C567CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C567CB; }
p { color: rgb(197,103,203); }
H1.HeaderClassName
{
color: #C567CB;
}
.AnyTagClassName
{
color: #C567CB;
}
</style>
background-color css
<style>
a { background-color: #C567CB; }
a { background-color: rgb(197,103,203); }
div.DivClassName
{
background-color: #C567CB;
}
.BgClassName
{
background-color: #C567CB;
}
</style>
border-color css
<style>
span { border-color: #C567CB; }
span { border-color: rgb(197,103,203); }
td.TdClassName
{
border-color: #C567CB;
}
.TagClassName
{
border-color: #C567CB;
}
</style>