Shades of Fuchsia #CF60C4
Tints of Fuchsia #CF60C4
RGB
CMYK
RGB Variations
Color information
#CF60C4 (or 0xCF60C4) is known color: Fuchsia. HEX triplet: CF, 60 and C4. RGB value is (207,96,196). Sum of RGB (Red+Green+Blue) = 207+96+196=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60C4 is #309F3B. Grayscale: #8C8C8C. Windows color (decimal): -3186492 or 12869839. OLE color: 12869839.
HSL color Cylindrical-coordinate representation of color #CF60C4: hue angle of 305.95º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF60C4 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 196 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.19 |
| HSL | 305.95º | 0.54% | 0.59% | - |
| HSV(B) | 305.95º | 0.54% | 0.81% | - |
| XYZ | 39.88 | 25.62 | 55.07 | - |
| YUV | 140.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 196 | 0 | 0.54 | 0.05 | 0.19 | 305.95 | 0.54 | 0.59 |
| Hex | CF | 60 | C4 | 0 | 36 | 5 | 13 | 132 | 36 | 3B |
| Octal | 317 | 140 | 304 | 0 | 66 | 5 | 23 | 462 | 66 | 73 |
| Binary | 11001111 | 1100000 | 11000100 | 0 | 110110 | 101 | 10011 | 100110010 | 110110 | 111011 |
Color Harmonies of #CF60C4
Complementary color
Monochromatic Colors of #CF60C4
Black with #CF60C4
Text Example
Text Example
White with #CF60C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60C4; }
p { color: rgb(207,96,196); }
H1.HeaderClassName
{
color: #CF60C4;
}
.AnyTagClassName
{
color: #CF60C4;
}
</style>
background-color css
<style>
a { background-color: #CF60C4; }
a { background-color: rgb(207,96,196); }
div.DivClassName
{
background-color: #CF60C4;
}
.BgClassName
{
background-color: #CF60C4;
}
</style>
border-color css
<style>
span { border-color: #CF60C4; }
span { border-color: rgb(207,96,196); }
td.TdClassName
{
border-color: #CF60C4;
}
.TagClassName
{
border-color: #CF60C4;
}
</style>