Shades of Fuchsia #CB4ECF
Tints of Fuchsia #CB4ECF
RGB
CMYK
RGB Variations
Color information
#CB4ECF (or 0xCB4ECF) is known color: Fuchsia. HEX triplet: CB, 4E and CF. RGB value is (203,78,207). Sum of RGB (Red+Green+Blue) = 203+78+207=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB4ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4ECF is #34B130. Grayscale: #818181. Windows color (decimal): -3453233 or 13586123. OLE color: 13586123.
HSL color Cylindrical-coordinate representation of color #CB4ECF: hue angle of 298.14º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4ECF is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 78 | 207 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.19 |
| HSL | 298.14º | 0.57% | 0.56% | - |
| HSV(B) | 298.14º | 0.62% | 0.81% | - |
| XYZ | 38.62 | 22.65 | 61.37 | - |
| YUV | 130.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 207 | 0.02 | 0.62 | 0 | 0.19 | 298.14 | 0.57 | 0.56 |
| Hex | CB | 4E | CF | 2 | 3E | 0 | 13 | 12A | 39 | 38 |
| Octal | 313 | 116 | 317 | 2 | 76 | 0 | 23 | 452 | 71 | 70 |
| Binary | 11001011 | 1001110 | 11001111 | 10 | 111110 | 0 | 10011 | 100101010 | 111001 | 111000 |
Color Harmonies of #CB4ECF
Complementary color
Monochromatic Colors of #CB4ECF
Black with #CB4ECF
Text Example
Text Example
White with #CB4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4ECF; }
p { color: rgb(203,78,207); }
H1.HeaderClassName
{
color: #CB4ECF;
}
.AnyTagClassName
{
color: #CB4ECF;
}
</style>
background-color css
<style>
a { background-color: #CB4ECF; }
a { background-color: rgb(203,78,207); }
div.DivClassName
{
background-color: #CB4ECF;
}
.BgClassName
{
background-color: #CB4ECF;
}
</style>
border-color css
<style>
span { border-color: #CB4ECF; }
span { border-color: rgb(203,78,207); }
td.TdClassName
{
border-color: #CB4ECF;
}
.TagClassName
{
border-color: #CB4ECF;
}
</style>