Shades of Fuchsia #CD67B1
Tints of Fuchsia #CD67B1
RGB
CMYK
RGB Variations
Color information
#CD67B1 (or 0xCD67B1) is known color: Fuchsia. HEX triplet: CD, 67 and B1. RGB value is (205,103,177). Sum of RGB (Red+Green+Blue) = 205+103+177=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD67B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD67B1 is #32984E. Grayscale: #8D8D8D. Windows color (decimal): -3315791 or 11626445. OLE color: 11626445.
HSL color Cylindrical-coordinate representation of color #CD67B1: hue angle of 316.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD67B1 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 103 | 177 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.20 |
| HSL | 316.47º | 0.5% | 0.6% | - |
| HSV(B) | 316.47º | 0.5% | 0.8% | - |
| XYZ | 37.96 | 25.85 | 44.58 | - |
| YUV | 141.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 103 | 177 | 0 | 0.50 | 0.14 | 0.20 | 316.47 | 0.5 | 0.6 |
| Hex | CD | 67 | B1 | 0 | 32 | E | 14 | 13C | 32 | 3C |
| Octal | 315 | 147 | 261 | 0 | 62 | 16 | 24 | 474 | 62 | 74 |
| Binary | 11001101 | 1100111 | 10110001 | 0 | 110010 | 1110 | 10100 | 100111100 | 110010 | 111100 |
Color Harmonies of #CD67B1
Complementary color
Monochromatic Colors of #CD67B1
Black with #CD67B1
Text Example
Text Example
White with #CD67B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD67B1; }
p { color: rgb(205,103,177); }
H1.HeaderClassName
{
color: #CD67B1;
}
.AnyTagClassName
{
color: #CD67B1;
}
</style>
background-color css
<style>
a { background-color: #CD67B1; }
a { background-color: rgb(205,103,177); }
div.DivClassName
{
background-color: #CD67B1;
}
.BgClassName
{
background-color: #CD67B1;
}
</style>
border-color css
<style>
span { border-color: #CD67B1; }
span { border-color: rgb(205,103,177); }
td.TdClassName
{
border-color: #CD67B1;
}
.TagClassName
{
border-color: #CD67B1;
}
</style>