Shades of Fuchsia #CF42CD
Tints of Fuchsia #CF42CD
RGB
CMYK
RGB Variations
Color information
#CF42CD (or 0xCF42CD) is known color: Fuchsia. HEX triplet: CF, 42 and CD. RGB value is (207,66,205). Sum of RGB (Red+Green+Blue) = 207+66+205=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF42CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42CD is #30BD32. Grayscale: #7B7B7B. Windows color (decimal): -3194163 or 13451983. OLE color: 13451983.
HSL color Cylindrical-coordinate representation of color #CF42CD: hue angle of 300.85º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF42CD is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 205 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.19 |
| HSL | 300.85º | 0.59% | 0.54% | - |
| HSV(B) | 300.85º | 0.68% | 0.81% | - |
| XYZ | 38.7 | 21.57 | 59.88 | - |
| YUV | 124.01 | 173.71 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 205 | 0 | 0.68 | 0.01 | 0.19 | 300.85 | 0.59 | 0.54 |
| Hex | CF | 42 | CD | 0 | 44 | 1 | 13 | 12D | 3B | 36 |
| Octal | 317 | 102 | 315 | 0 | 104 | 1 | 23 | 455 | 73 | 66 |
| Binary | 11001111 | 1000010 | 11001101 | 0 | 1000100 | 1 | 10011 | 100101101 | 111011 | 110110 |
Color Harmonies of #CF42CD
Complementary color
Monochromatic Colors of #CF42CD
Black with #CF42CD
Text Example
Text Example
White with #CF42CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF42CD; }
p { color: rgb(207,66,205); }
H1.HeaderClassName
{
color: #CF42CD;
}
.AnyTagClassName
{
color: #CF42CD;
}
</style>
background-color css
<style>
a { background-color: #CF42CD; }
a { background-color: rgb(207,66,205); }
div.DivClassName
{
background-color: #CF42CD;
}
.BgClassName
{
background-color: #CF42CD;
}
</style>
border-color css
<style>
span { border-color: #CF42CD; }
span { border-color: rgb(207,66,205); }
td.TdClassName
{
border-color: #CF42CD;
}
.TagClassName
{
border-color: #CF42CD;
}
</style>