Shades of Fuchsia #CF43D5
Tints of Fuchsia #CF43D5
RGB
CMYK
RGB Variations
Color information
#CF43D5 (or 0xCF43D5) is known color: Fuchsia. HEX triplet: CF, 43 and D5. RGB value is (207,67,213). Sum of RGB (Red+Green+Blue) = 207+67+213=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 67 (26.56% from 255 or 13.76% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF43D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF43D5 is #30BC2A. Grayscale: #7D7D7D. Windows color (decimal): -3193899 or 13976527. OLE color: 13976527.
HSL color Cylindrical-coordinate representation of color #CF43D5: hue angle of 297.53º degrees, saturation: 0.63, 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 #CF43D5 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 67 | 213 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.16 |
| HSL | 297.53º | 0.63% | 0.55% | - |
| HSV(B) | 297.53º | 0.69% | 0.84% | - |
| XYZ | 39.75 | 22.08 | 65.12 | - |
| YUV | 125.5 | 177.38 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 213 | 0.03 | 0.69 | 0 | 0.16 | 297.53 | 0.63 | 0.55 |
| Hex | CF | 43 | D5 | 3 | 45 | 0 | 10 | 12A | 3F | 37 |
| Octal | 317 | 103 | 325 | 3 | 105 | 0 | 20 | 452 | 77 | 67 |
| Binary | 11001111 | 1000011 | 11010101 | 11 | 1000101 | 0 | 10000 | 100101010 | 111111 | 110111 |
Color Harmonies of #CF43D5
Complementary color
Monochromatic Colors of #CF43D5
Black with #CF43D5
Text Example
Text Example
White with #CF43D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF43D5; }
p { color: rgb(207,67,213); }
H1.HeaderClassName
{
color: #CF43D5;
}
.AnyTagClassName
{
color: #CF43D5;
}
</style>
background-color css
<style>
a { background-color: #CF43D5; }
a { background-color: rgb(207,67,213); }
div.DivClassName
{
background-color: #CF43D5;
}
.BgClassName
{
background-color: #CF43D5;
}
</style>
border-color css
<style>
span { border-color: #CF43D5; }
span { border-color: rgb(207,67,213); }
td.TdClassName
{
border-color: #CF43D5;
}
.TagClassName
{
border-color: #CF43D5;
}
</style>