Shades of Fuchsia #CF67BD
Tints of Fuchsia #CF67BD
RGB
CMYK
RGB Variations
Color information
#CF67BD (or 0xCF67BD) is known color: Fuchsia. HEX triplet: CF, 67 and BD. RGB value is (207,103,189). Sum of RGB (Red+Green+Blue) = 207+103+189=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF67BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67BD is #309842. Grayscale: #8F8F8F. Windows color (decimal): -3184707 or 12412879. OLE color: 12412879.
HSL color Cylindrical-coordinate representation of color #CF67BD: hue angle of 310.38º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF67BD is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 189 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.19 |
| HSL | 310.38º | 0.52% | 0.61% | - |
| HSV(B) | 310.38º | 0.5% | 0.81% | - |
| XYZ | 39.77 | 26.64 | 51.19 | - |
| YUV | 143.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 189 | 0 | 0.50 | 0.09 | 0.19 | 310.38 | 0.52 | 0.61 |
| Hex | CF | 67 | BD | 0 | 32 | 9 | 13 | 136 | 34 | 3D |
| Octal | 317 | 147 | 275 | 0 | 62 | 11 | 23 | 466 | 64 | 75 |
| Binary | 11001111 | 1100111 | 10111101 | 0 | 110010 | 1001 | 10011 | 100110110 | 110100 | 111101 |
Color Harmonies of #CF67BD
Complementary color
Monochromatic Colors of #CF67BD
Black with #CF67BD
Text Example
Text Example
White with #CF67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF67BD; }
p { color: rgb(207,103,189); }
H1.HeaderClassName
{
color: #CF67BD;
}
.AnyTagClassName
{
color: #CF67BD;
}
</style>
background-color css
<style>
a { background-color: #CF67BD; }
a { background-color: rgb(207,103,189); }
div.DivClassName
{
background-color: #CF67BD;
}
.BgClassName
{
background-color: #CF67BD;
}
</style>
border-color css
<style>
span { border-color: #CF67BD; }
span { border-color: rgb(207,103,189); }
td.TdClassName
{
border-color: #CF67BD;
}
.TagClassName
{
border-color: #CF67BD;
}
</style>