Shades of Fuchsia #CF4BCA
Tints of Fuchsia #CF4BCA
RGB
CMYK
RGB Variations
Color information
#CF4BCA (or 0xCF4BCA) is known color: Fuchsia. HEX triplet: CF, 4B and CA. RGB value is (207,75,202). Sum of RGB (Red+Green+Blue) = 207+75+202=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BCA is #30B435. Grayscale: #808080. Windows color (decimal): -3191862 or 13257679. OLE color: 13257679.
HSL color Cylindrical-coordinate representation of color #CF4BCA: hue angle of 302.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4BCA is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 202 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.19 |
| HSL | 302.27º | 0.58% | 0.55% | - |
| HSV(B) | 302.27º | 0.64% | 0.81% | - |
| XYZ | 38.91 | 22.56 | 58.18 | - |
| YUV | 128.95 | 169.23 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 202 | 0 | 0.64 | 0.02 | 0.19 | 302.27 | 0.58 | 0.55 |
| Hex | CF | 4B | CA | 0 | 40 | 2 | 13 | 12E | 3A | 37 |
| Octal | 317 | 113 | 312 | 0 | 100 | 2 | 23 | 456 | 72 | 67 |
| Binary | 11001111 | 1001011 | 11001010 | 0 | 1000000 | 10 | 10011 | 100101110 | 111010 | 110111 |
Color Harmonies of #CF4BCA
Complementary color
Monochromatic Colors of #CF4BCA
Black with #CF4BCA
Text Example
Text Example
White with #CF4BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BCA; }
p { color: rgb(207,75,202); }
H1.HeaderClassName
{
color: #CF4BCA;
}
.AnyTagClassName
{
color: #CF4BCA;
}
</style>
background-color css
<style>
a { background-color: #CF4BCA; }
a { background-color: rgb(207,75,202); }
div.DivClassName
{
background-color: #CF4BCA;
}
.BgClassName
{
background-color: #CF4BCA;
}
</style>
border-color css
<style>
span { border-color: #CF4BCA; }
span { border-color: rgb(207,75,202); }
td.TdClassName
{
border-color: #CF4BCA;
}
.TagClassName
{
border-color: #CF4BCA;
}
</style>