Shades of Fuchsia #CF4CB3
Tints of Fuchsia #CF4CB3
RGB
CMYK
RGB Variations
Color information
#CF4CB3 (or 0xCF4CB3) is known color: Fuchsia. HEX triplet: CF, 4C and B3. RGB value is (207,76,179). Sum of RGB (Red+Green+Blue) = 207+76+179=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CB3 is #30B34C. Grayscale: #7E7E7E. Windows color (decimal): -3191629 or 11750607. OLE color: 11750607.
HSL color Cylindrical-coordinate representation of color #CF4CB3: hue angle of 312.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4CB3 is Cyan = 0, Magento = 0.63, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 179 | - |
| CMYK | 0 | 0.63 | 0.14 | 0.19 |
| HSL | 312.82º | 0.58% | 0.55% | - |
| HSV(B) | 312.82º | 0.63% | 0.81% | - |
| XYZ | 36.45 | 21.69 | 44.91 | - |
| YUV | 126.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 179 | 0 | 0.63 | 0.14 | 0.19 | 312.82 | 0.58 | 0.55 |
| Hex | CF | 4C | B3 | 0 | 3F | E | 13 | 139 | 3A | 37 |
| Octal | 317 | 114 | 263 | 0 | 77 | 16 | 23 | 471 | 72 | 67 |
| Binary | 11001111 | 1001100 | 10110011 | 0 | 111111 | 1110 | 10011 | 100111001 | 111010 | 110111 |
Color Harmonies of #CF4CB3
Complementary color
Monochromatic Colors of #CF4CB3
Black with #CF4CB3
Text Example
Text Example
White with #CF4CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CB3; }
p { color: rgb(207,76,179); }
H1.HeaderClassName
{
color: #CF4CB3;
}
.AnyTagClassName
{
color: #CF4CB3;
}
</style>
background-color css
<style>
a { background-color: #CF4CB3; }
a { background-color: rgb(207,76,179); }
div.DivClassName
{
background-color: #CF4CB3;
}
.BgClassName
{
background-color: #CF4CB3;
}
</style>
border-color css
<style>
span { border-color: #CF4CB3; }
span { border-color: rgb(207,76,179); }
td.TdClassName
{
border-color: #CF4CB3;
}
.TagClassName
{
border-color: #CF4CB3;
}
</style>