Shades of Fuchsia #CF42D5
Tints of Fuchsia #CF42D5
RGB
CMYK
RGB Variations
Color information
#CF42D5 (or 0xCF42D5) is known color: Fuchsia. HEX triplet: CF, 42 and D5. RGB value is (207,66,213). Sum of RGB (Red+Green+Blue) = 207+66+213=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF42D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42D5 is #30BD2A. Grayscale: #7C7C7C. Windows color (decimal): -3194155 or 13976271. OLE color: 13976271.
HSL color Cylindrical-coordinate representation of color #CF42D5: hue angle of 297.55º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF42D5 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 66 | 213 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.16 |
| HSL | 297.55º | 0.64% | 0.55% | - |
| HSV(B) | 297.55º | 0.69% | 0.84% | - |
| XYZ | 39.69 | 21.97 | 65.1 | - |
| YUV | 124.92 | 177.71 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 213 | 0.03 | 0.69 | 0 | 0.16 | 297.55 | 0.64 | 0.55 |
| Hex | CF | 42 | D5 | 3 | 45 | 0 | 10 | 12A | 40 | 37 |
| Octal | 317 | 102 | 325 | 3 | 105 | 0 | 20 | 452 | 100 | 67 |
| Binary | 11001111 | 1000010 | 11010101 | 11 | 1000101 | 0 | 10000 | 100101010 | 1000000 | 110111 |
Color Harmonies of #CF42D5
Complementary color
Monochromatic Colors of #CF42D5
Black with #CF42D5
Text Example
Text Example
White with #CF42D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42D5; }
p { color: rgb(207,66,213); }
H1.HeaderClassName
{
color: #CF42D5;
}
.AnyTagClassName
{
color: #CF42D5;
}
</style>
background-color css
<style>
a { background-color: #CF42D5; }
a { background-color: rgb(207,66,213); }
div.DivClassName
{
background-color: #CF42D5;
}
.BgClassName
{
background-color: #CF42D5;
}
</style>
border-color css
<style>
span { border-color: #CF42D5; }
span { border-color: rgb(207,66,213); }
td.TdClassName
{
border-color: #CF42D5;
}
.TagClassName
{
border-color: #CF42D5;
}
</style>