Shades of Fuchsia #CF38B2
Tints of Fuchsia #CF38B2
RGB
CMYK
RGB Variations
Color information
#CF38B2 (or 0xCF38B2) is known color: Fuchsia. HEX triplet: CF, 38 and B2. RGB value is (207,56,178). Sum of RGB (Red+Green+Blue) = 207+56+178=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF38B2 is #30C74D. Grayscale: #727272. Windows color (decimal): -3196750 or 11679951. OLE color: 11679951.
HSL color Cylindrical-coordinate representation of color #CF38B2: hue angle of 311.52º 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 #CF38B2 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 178 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.19 |
| HSL | 311.52º | 0.61% | 0.52% | - |
| HSV(B) | 311.52º | 0.73% | 0.81% | - |
| XYZ | 35.18 | 19.31 | 43.99 | - |
| YUV | 115.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 178 | 0 | 0.73 | 0.14 | 0.19 | 311.52 | 0.61 | 0.52 |
| Hex | CF | 38 | B2 | 0 | 49 | E | 13 | 138 | 3D | 34 |
| Octal | 317 | 70 | 262 | 0 | 111 | 16 | 23 | 470 | 75 | 64 |
| Binary | 11001111 | 111000 | 10110010 | 0 | 1001001 | 1110 | 10011 | 100111000 | 111101 | 110100 |
Color Harmonies of #CF38B2
Complementary color
Monochromatic Colors of #CF38B2
Black with #CF38B2
Text Example
Text Example
White with #CF38B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38B2; }
p { color: rgb(207,56,178); }
H1.HeaderClassName
{
color: #CF38B2;
}
.AnyTagClassName
{
color: #CF38B2;
}
</style>
background-color css
<style>
a { background-color: #CF38B2; }
a { background-color: rgb(207,56,178); }
div.DivClassName
{
background-color: #CF38B2;
}
.BgClassName
{
background-color: #CF38B2;
}
</style>
border-color css
<style>
span { border-color: #CF38B2; }
span { border-color: rgb(207,56,178); }
td.TdClassName
{
border-color: #CF38B2;
}
.TagClassName
{
border-color: #CF38B2;
}
</style>