Shades of Fuchsia #C867CB
Tints of Fuchsia #C867CB
RGB
CMYK
RGB Variations
Color information
#C867CB (or 0xC867CB) is known color: Fuchsia. HEX triplet: C8, 67 and CB. RGB value is (200,103,203). Sum of RGB (Red+Green+Blue) = 200+103+203=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #C867CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867CB is #379834. Grayscale: #8F8F8F. Windows color (decimal): -3643445 or 13330376. OLE color: 13330376.
HSL color Cylindrical-coordinate representation of color #C867CB: hue angle of 298.2º 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 #C867CB is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 103 | 203 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.20 |
| HSL | 298.2º | 0.49% | 0.6% | - |
| HSV(B) | 298.2º | 0.49% | 0.8% | - |
| XYZ | 39.45 | 26.29 | 59.5 | - |
| YUV | 143.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 203 | 0.01 | 0.49 | 0 | 0.20 | 298.2 | 0.49 | 0.6 |
| Hex | C8 | 67 | CB | 1 | 31 | 0 | 14 | 12A | 31 | 3C |
| Octal | 310 | 147 | 313 | 1 | 61 | 0 | 24 | 452 | 61 | 74 |
| Binary | 11001000 | 1100111 | 11001011 | 1 | 110001 | 0 | 10100 | 100101010 | 110001 | 111100 |
Color Harmonies of #C867CB
Complementary color
Monochromatic Colors of #C867CB
Black with #C867CB
Text Example
Text Example
White with #C867CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867CB; }
p { color: rgb(200,103,203); }
H1.HeaderClassName
{
color: #C867CB;
}
.AnyTagClassName
{
color: #C867CB;
}
</style>
background-color css
<style>
a { background-color: #C867CB; }
a { background-color: rgb(200,103,203); }
div.DivClassName
{
background-color: #C867CB;
}
.BgClassName
{
background-color: #C867CB;
}
</style>
border-color css
<style>
span { border-color: #C867CB; }
span { border-color: rgb(200,103,203); }
td.TdClassName
{
border-color: #C867CB;
}
.TagClassName
{
border-color: #C867CB;
}
</style>