Shades of Fuchsia #CF69B2
Tints of Fuchsia #CF69B2
RGB
CMYK
RGB Variations
Color information
#CF69B2 (or 0xCF69B2) is known color: Fuchsia. HEX triplet: CF, 69 and B2. RGB value is (207,105,178). Sum of RGB (Red+Green+Blue) = 207+105+178=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF69B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF69B2 is #30964D. Grayscale: #8F8F8F. Windows color (decimal): -3184206 or 11692495. OLE color: 11692495.
HSL color Cylindrical-coordinate representation of color #CF69B2: hue angle of 317.06º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF69B2 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 178 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.19 |
| HSL | 317.06º | 0.52% | 0.61% | - |
| HSV(B) | 317.06º | 0.49% | 0.81% | - |
| XYZ | 38.82 | 26.58 | 45.2 | - |
| YUV | 143.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 178 | 0 | 0.49 | 0.14 | 0.19 | 317.06 | 0.52 | 0.61 |
| Hex | CF | 69 | B2 | 0 | 31 | E | 13 | 13D | 34 | 3D |
| Octal | 317 | 151 | 262 | 0 | 61 | 16 | 23 | 475 | 64 | 75 |
| Binary | 11001111 | 1101001 | 10110010 | 0 | 110001 | 1110 | 10011 | 100111101 | 110100 | 111101 |
Color Harmonies of #CF69B2
Complementary color
Monochromatic Colors of #CF69B2
Black with #CF69B2
Text Example
Text Example
White with #CF69B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF69B2; }
p { color: rgb(207,105,178); }
H1.HeaderClassName
{
color: #CF69B2;
}
.AnyTagClassName
{
color: #CF69B2;
}
</style>
background-color css
<style>
a { background-color: #CF69B2; }
a { background-color: rgb(207,105,178); }
div.DivClassName
{
background-color: #CF69B2;
}
.BgClassName
{
background-color: #CF69B2;
}
</style>
border-color css
<style>
span { border-color: #CF69B2; }
span { border-color: rgb(207,105,178); }
td.TdClassName
{
border-color: #CF69B2;
}
.TagClassName
{
border-color: #CF69B2;
}
</style>