Shades of Fuchsia #CF38CC
Tints of Fuchsia #CF38CC
RGB
CMYK
RGB Variations
Color information
#CF38CC (or 0xCF38CC) is known color: Fuchsia. HEX triplet: CF, 38 and CC. RGB value is (207,56,204). Sum of RGB (Red+Green+Blue) = 207+56+204=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF38CC is #30C733. Grayscale: #757575. Windows color (decimal): -3196724 or 13383887. OLE color: 13383887.
HSL color Cylindrical-coordinate representation of color #CF38CC: hue angle of 301.19º 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 #CF38CC is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 204 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.19 |
| HSL | 301.19º | 0.61% | 0.52% | - |
| HSV(B) | 301.19º | 0.73% | 0.81% | - |
| XYZ | 38.05 | 20.45 | 59.07 | - |
| YUV | 118.02 | 176.53 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 204 | 0 | 0.73 | 0.01 | 0.19 | 301.19 | 0.61 | 0.52 |
| Hex | CF | 38 | CC | 0 | 49 | 1 | 13 | 12D | 3D | 34 |
| Octal | 317 | 70 | 314 | 0 | 111 | 1 | 23 | 455 | 75 | 64 |
| Binary | 11001111 | 111000 | 11001100 | 0 | 1001001 | 1 | 10011 | 100101101 | 111101 | 110100 |
Color Harmonies of #CF38CC
Complementary color
Monochromatic Colors of #CF38CC
Black with #CF38CC
Text Example
Text Example
White with #CF38CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF38CC; }
p { color: rgb(207,56,204); }
H1.HeaderClassName
{
color: #CF38CC;
}
.AnyTagClassName
{
color: #CF38CC;
}
</style>
background-color css
<style>
a { background-color: #CF38CC; }
a { background-color: rgb(207,56,204); }
div.DivClassName
{
background-color: #CF38CC;
}
.BgClassName
{
background-color: #CF38CC;
}
</style>
border-color css
<style>
span { border-color: #CF38CC; }
span { border-color: rgb(207,56,204); }
td.TdClassName
{
border-color: #CF38CC;
}
.TagClassName
{
border-color: #CF38CC;
}
</style>