Shades of Fuchsia #CF5CCB
Tints of Fuchsia #CF5CCB
RGB
CMYK
RGB Variations
Color information
#CF5CCB (or 0xCF5CCB) is known color: Fuchsia. HEX triplet: CF, 5C and CB. RGB value is (207,92,203). Sum of RGB (Red+Green+Blue) = 207+92+203=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CCB is #30A334. Grayscale: #8A8A8A. Windows color (decimal): -3187509 or 13327567. OLE color: 13327567.
HSL color Cylindrical-coordinate representation of color #CF5CCB: hue angle of 302.09º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5CCB is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 203 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.19 |
| HSL | 302.09º | 0.55% | 0.59% | - |
| HSV(B) | 302.09º | 0.56% | 0.81% | - |
| XYZ | 40.34 | 25.23 | 59.24 | - |
| YUV | 139.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 203 | 0 | 0.56 | 0.02 | 0.19 | 302.09 | 0.55 | 0.59 |
| Hex | CF | 5C | CB | 0 | 38 | 2 | 13 | 12E | 37 | 3B |
| Octal | 317 | 134 | 313 | 0 | 70 | 2 | 23 | 456 | 67 | 73 |
| Binary | 11001111 | 1011100 | 11001011 | 0 | 111000 | 10 | 10011 | 100101110 | 110111 | 111011 |
Color Harmonies of #CF5CCB
Complementary color
Monochromatic Colors of #CF5CCB
Black with #CF5CCB
Text Example
Text Example
White with #CF5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5CCB; }
p { color: rgb(207,92,203); }
H1.HeaderClassName
{
color: #CF5CCB;
}
.AnyTagClassName
{
color: #CF5CCB;
}
</style>
background-color css
<style>
a { background-color: #CF5CCB; }
a { background-color: rgb(207,92,203); }
div.DivClassName
{
background-color: #CF5CCB;
}
.BgClassName
{
background-color: #CF5CCB;
}
</style>
border-color css
<style>
span { border-color: #CF5CCB; }
span { border-color: rgb(207,92,203); }
td.TdClassName
{
border-color: #CF5CCB;
}
.TagClassName
{
border-color: #CF5CCB;
}
</style>