Shades of Fuchsia #C867C7
Tints of Fuchsia #C867C7
RGB
CMYK
RGB Variations
Color information
#C867C7 (or 0xC867C7) is known color: Fuchsia. HEX triplet: C8, 67 and C7. RGB value is (200,103,199). Sum of RGB (Red+Green+Blue) = 200+103+199=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C867C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C867C7 is #379838. Grayscale: #8E8E8E. Windows color (decimal): -3643449 or 13068232. OLE color: 13068232.
HSL color Cylindrical-coordinate representation of color #C867C7: hue angle of 300.62º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C867C7 is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 199 | - |
| CMYK | 0 | 0.48 | 0.00 | 0.22 |
| HSL | 300.62º | 0.47% | 0.59% | - |
| HSV(B) | 300.62º | 0.49% | 0.78% | - |
| XYZ | 38.98 | 26.1 | 57.02 | - |
| YUV | 142.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 199 | 0 | 0.48 | 0.00 | 0.22 | 300.62 | 0.47 | 0.59 |
| Hex | C8 | 67 | C7 | 0 | 30 | 0 | 16 | 12D | 2F | 3B |
| Octal | 310 | 147 | 307 | 0 | 60 | 0 | 26 | 455 | 57 | 73 |
| Binary | 11001000 | 1100111 | 11000111 | 0 | 110000 | 0 | 10110 | 100101101 | 101111 | 111011 |
Color Harmonies of #C867C7
Complementary color
Monochromatic Colors of #C867C7
Black with #C867C7
Text Example
Text Example
White with #C867C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C867C7; }
p { color: rgb(200,103,199); }
H1.HeaderClassName
{
color: #C867C7;
}
.AnyTagClassName
{
color: #C867C7;
}
</style>
background-color css
<style>
a { background-color: #C867C7; }
a { background-color: rgb(200,103,199); }
div.DivClassName
{
background-color: #C867C7;
}
.BgClassName
{
background-color: #C867C7;
}
</style>
border-color css
<style>
span { border-color: #C867C7; }
span { border-color: rgb(200,103,199); }
td.TdClassName
{
border-color: #C867C7;
}
.TagClassName
{
border-color: #C867C7;
}
</style>