Shades of Fuchsia #CF4CCB
Tints of Fuchsia #CF4CCB
RGB
CMYK
RGB Variations
Color information
#CF4CCB (or 0xCF4CCB) is known color: Fuchsia. HEX triplet: CF, 4C and CB. RGB value is (207,76,203). Sum of RGB (Red+Green+Blue) = 207+76+203=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CCB is #30B334. Grayscale: #818181. Windows color (decimal): -3191605 or 13323471. OLE color: 13323471.
HSL color Cylindrical-coordinate representation of color #CF4CCB: hue angle of 301.83º 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 #CF4CCB is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 203 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.19 |
| HSL | 301.83º | 0.58% | 0.55% | - |
| HSV(B) | 301.83º | 0.63% | 0.81% | - |
| XYZ | 39.1 | 22.75 | 58.83 | - |
| YUV | 129.65 | 169.4 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 203 | 0 | 0.63 | 0.02 | 0.19 | 301.83 | 0.58 | 0.55 |
| Hex | CF | 4C | CB | 0 | 3F | 2 | 13 | 12E | 3A | 37 |
| Octal | 317 | 114 | 313 | 0 | 77 | 2 | 23 | 456 | 72 | 67 |
| Binary | 11001111 | 1001100 | 11001011 | 0 | 111111 | 10 | 10011 | 100101110 | 111010 | 110111 |
Color Harmonies of #CF4CCB
Complementary color
Monochromatic Colors of #CF4CCB
Black with #CF4CCB
Text Example
Text Example
White with #CF4CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CCB; }
p { color: rgb(207,76,203); }
H1.HeaderClassName
{
color: #CF4CCB;
}
.AnyTagClassName
{
color: #CF4CCB;
}
</style>
background-color css
<style>
a { background-color: #CF4CCB; }
a { background-color: rgb(207,76,203); }
div.DivClassName
{
background-color: #CF4CCB;
}
.BgClassName
{
background-color: #CF4CCB;
}
</style>
border-color css
<style>
span { border-color: #CF4CCB; }
span { border-color: rgb(207,76,203); }
td.TdClassName
{
border-color: #CF4CCB;
}
.TagClassName
{
border-color: #CF4CCB;
}
</style>