Shades of Fuchsia #CF38CB
Tints of Fuchsia #CF38CB
RGB
CMYK
RGB Variations
Color information
#CF38CB (or 0xCF38CB) is known color: Fuchsia. HEX triplet: CF, 38 and CB. RGB value is (207,56,203). Sum of RGB (Red+Green+Blue) = 207+56+203=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38CB is #30C734. Grayscale: #757575. Windows color (decimal): -3196725 or 13318351. OLE color: 13318351.
HSL color Cylindrical-coordinate representation of color #CF38CB: hue angle of 301.59º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF38CB is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 203 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.19 |
| HSL | 301.59º | 0.61% | 0.52% | - |
| HSV(B) | 301.59º | 0.73% | 0.81% | - |
| XYZ | 37.93 | 20.41 | 58.44 | - |
| YUV | 117.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 203 | 0 | 0.73 | 0.02 | 0.19 | 301.59 | 0.61 | 0.52 |
| Hex | CF | 38 | CB | 0 | 49 | 2 | 13 | 12E | 3D | 34 |
| Octal | 317 | 70 | 313 | 0 | 111 | 2 | 23 | 456 | 75 | 64 |
| Binary | 11001111 | 111000 | 11001011 | 0 | 1001001 | 10 | 10011 | 100101110 | 111101 | 110100 |
Color Harmonies of #CF38CB
Complementary color
Monochromatic Colors of #CF38CB
Black with #CF38CB
Text Example
Text Example
White with #CF38CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38CB; }
p { color: rgb(207,56,203); }
H1.HeaderClassName
{
color: #CF38CB;
}
.AnyTagClassName
{
color: #CF38CB;
}
</style>
background-color css
<style>
a { background-color: #CF38CB; }
a { background-color: rgb(207,56,203); }
div.DivClassName
{
background-color: #CF38CB;
}
.BgClassName
{
background-color: #CF38CB;
}
</style>
border-color css
<style>
span { border-color: #CF38CB; }
span { border-color: rgb(207,56,203); }
td.TdClassName
{
border-color: #CF38CB;
}
.TagClassName
{
border-color: #CF38CB;
}
</style>