Shades of Fuchsia #C767CB
Tints of Fuchsia #C767CB
RGB
CMYK
RGB Variations
Color information
#C767CB (or 0xC767CB) is known color: Fuchsia. HEX triplet: C7, 67 and CB. RGB value is (199,103,203). Sum of RGB (Red+Green+Blue) = 199+103+203=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #C767CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767CB is #389834. Grayscale: #8E8E8E. Windows color (decimal): -3708981 or 13330375. OLE color: 13330375.
HSL color Cylindrical-coordinate representation of color #C767CB: hue angle of 297.6º 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 #C767CB is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 103 | 203 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.20 |
| HSL | 297.6º | 0.49% | 0.6% | - |
| HSV(B) | 297.6º | 0.49% | 0.8% | - |
| XYZ | 39.18 | 26.15 | 59.48 | - |
| YUV | 143.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 203 | 0.02 | 0.49 | 0 | 0.20 | 297.6 | 0.49 | 0.6 |
| Hex | C7 | 67 | CB | 2 | 31 | 0 | 14 | 12A | 31 | 3C |
| Octal | 307 | 147 | 313 | 2 | 61 | 0 | 24 | 452 | 61 | 74 |
| Binary | 11000111 | 1100111 | 11001011 | 10 | 110001 | 0 | 10100 | 100101010 | 110001 | 111100 |
Color Harmonies of #C767CB
Complementary color
Monochromatic Colors of #C767CB
Black with #C767CB
Text Example
Text Example
White with #C767CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767CB; }
p { color: rgb(199,103,203); }
H1.HeaderClassName
{
color: #C767CB;
}
.AnyTagClassName
{
color: #C767CB;
}
</style>
background-color css
<style>
a { background-color: #C767CB; }
a { background-color: rgb(199,103,203); }
div.DivClassName
{
background-color: #C767CB;
}
.BgClassName
{
background-color: #C767CB;
}
</style>
border-color css
<style>
span { border-color: #C767CB; }
span { border-color: rgb(199,103,203); }
td.TdClassName
{
border-color: #C767CB;
}
.TagClassName
{
border-color: #C767CB;
}
</style>