Shades of Fuchsia #CF4BD4
Tints of Fuchsia #CF4BD4
RGB
CMYK
RGB Variations
Color information
#CF4BD4 (or 0xCF4BD4) is known color: Fuchsia. HEX triplet: CF, 4B and D4. RGB value is (207,75,212). Sum of RGB (Red+Green+Blue) = 207+75+212=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF4BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BD4 is #30B42B. Grayscale: #818181. Windows color (decimal): -3191852 or 13913039. OLE color: 13913039.
HSL color Cylindrical-coordinate representation of color #CF4BD4: hue angle of 297.81º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4BD4 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 75 | 212 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.17 |
| HSL | 297.81º | 0.61% | 0.56% | - |
| HSV(B) | 297.81º | 0.65% | 0.83% | - |
| XYZ | 40.13 | 23.05 | 64.62 | - |
| YUV | 130.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 212 | 0.02 | 0.65 | 0 | 0.17 | 297.81 | 0.61 | 0.56 |
| Hex | CF | 4B | D4 | 2 | 41 | 0 | 11 | 12A | 3D | 38 |
| Octal | 317 | 113 | 324 | 2 | 101 | 0 | 21 | 452 | 75 | 70 |
| Binary | 11001111 | 1001011 | 11010100 | 10 | 1000001 | 0 | 10001 | 100101010 | 111101 | 111000 |
Color Harmonies of #CF4BD4
Complementary color
Monochromatic Colors of #CF4BD4
Black with #CF4BD4
Text Example
Text Example
White with #CF4BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BD4; }
p { color: rgb(207,75,212); }
H1.HeaderClassName
{
color: #CF4BD4;
}
.AnyTagClassName
{
color: #CF4BD4;
}
</style>
background-color css
<style>
a { background-color: #CF4BD4; }
a { background-color: rgb(207,75,212); }
div.DivClassName
{
background-color: #CF4BD4;
}
.BgClassName
{
background-color: #CF4BD4;
}
</style>
border-color css
<style>
span { border-color: #CF4BD4; }
span { border-color: rgb(207,75,212); }
td.TdClassName
{
border-color: #CF4BD4;
}
.TagClassName
{
border-color: #CF4BD4;
}
</style>