Shades of Fuchsia #CF5CB4
Tints of Fuchsia #CF5CB4
RGB
CMYK
RGB Variations
Color information
#CF5CB4 (or 0xCF5CB4) is known color: Fuchsia. HEX triplet: CF, 5C and B4. RGB value is (207,92,180). Sum of RGB (Red+Green+Blue) = 207+92+180=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CB4 is #30A34B. Grayscale: #888888. Windows color (decimal): -3187532 or 11820239. OLE color: 11820239.
HSL color Cylindrical-coordinate representation of color #CF5CB4: hue angle of 314.09º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5CB4 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 180 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.19 |
| HSL | 314.09º | 0.55% | 0.59% | - |
| HSV(B) | 314.09º | 0.56% | 0.81% | - |
| XYZ | 37.8 | 24.21 | 45.86 | - |
| YUV | 136.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 180 | 0 | 0.56 | 0.13 | 0.19 | 314.09 | 0.55 | 0.59 |
| Hex | CF | 5C | B4 | 0 | 38 | D | 13 | 13A | 37 | 3B |
| Octal | 317 | 134 | 264 | 0 | 70 | 15 | 23 | 472 | 67 | 73 |
| Binary | 11001111 | 1011100 | 10110100 | 0 | 111000 | 1101 | 10011 | 100111010 | 110111 | 111011 |
Color Harmonies of #CF5CB4
Complementary color
Monochromatic Colors of #CF5CB4
Black with #CF5CB4
Text Example
Text Example
White with #CF5CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5CB4; }
p { color: rgb(207,92,180); }
H1.HeaderClassName
{
color: #CF5CB4;
}
.AnyTagClassName
{
color: #CF5CB4;
}
</style>
background-color css
<style>
a { background-color: #CF5CB4; }
a { background-color: rgb(207,92,180); }
div.DivClassName
{
background-color: #CF5CB4;
}
.BgClassName
{
background-color: #CF5CB4;
}
</style>
border-color css
<style>
span { border-color: #CF5CB4; }
span { border-color: rgb(207,92,180); }
td.TdClassName
{
border-color: #CF5CB4;
}
.TagClassName
{
border-color: #CF5CB4;
}
</style>