Shades of Fuchsia #CF3DCB
Tints of Fuchsia #CF3DCB
RGB
CMYK
RGB Variations
Color information
#CF3DCB (or 0xCF3DCB) is known color: Fuchsia. HEX triplet: CF, 3D and CB. RGB value is (207,61,203). Sum of RGB (Red+Green+Blue) = 207+61+203=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3DCB is #30C234. Grayscale: #787878. Windows color (decimal): -3195445 or 13319631. OLE color: 13319631.
HSL color Cylindrical-coordinate representation of color #CF3DCB: hue angle of 301.64º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3DCB is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 203 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.19 |
| HSL | 301.64º | 0.6% | 0.53% | - |
| HSV(B) | 301.64º | 0.71% | 0.81% | - |
| XYZ | 38.18 | 20.91 | 58.52 | - |
| YUV | 120.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 203 | 0 | 0.71 | 0.02 | 0.19 | 301.64 | 0.6 | 0.53 |
| Hex | CF | 3D | CB | 0 | 47 | 2 | 13 | 12E | 3C | 35 |
| Octal | 317 | 75 | 313 | 0 | 107 | 2 | 23 | 456 | 74 | 65 |
| Binary | 11001111 | 111101 | 11001011 | 0 | 1000111 | 10 | 10011 | 100101110 | 111100 | 110101 |
Color Harmonies of #CF3DCB
Complementary color
Monochromatic Colors of #CF3DCB
Black with #CF3DCB
Text Example
Text Example
White with #CF3DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3DCB; }
p { color: rgb(207,61,203); }
H1.HeaderClassName
{
color: #CF3DCB;
}
.AnyTagClassName
{
color: #CF3DCB;
}
</style>
background-color css
<style>
a { background-color: #CF3DCB; }
a { background-color: rgb(207,61,203); }
div.DivClassName
{
background-color: #CF3DCB;
}
.BgClassName
{
background-color: #CF3DCB;
}
</style>
border-color css
<style>
span { border-color: #CF3DCB; }
span { border-color: rgb(207,61,203); }
td.TdClassName
{
border-color: #CF3DCB;
}
.TagClassName
{
border-color: #CF3DCB;
}
</style>