Shades of Fuchsia #CB4CCF
Tints of Fuchsia #CB4CCF
RGB
CMYK
RGB Variations
Color information
#CB4CCF (or 0xCB4CCF) is known color: Fuchsia. HEX triplet: CB, 4C and CF. RGB value is (203,76,207). Sum of RGB (Red+Green+Blue) = 203+76+207=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB4CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CCF is #34B330. Grayscale: #808080. Windows color (decimal): -3453745 or 13585611. OLE color: 13585611.
HSL color Cylindrical-coordinate representation of color #CB4CCF: hue angle of 298.17º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4CCF is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 76 | 207 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.19 |
| HSL | 298.17º | 0.58% | 0.55% | - |
| HSV(B) | 298.17º | 0.63% | 0.81% | - |
| XYZ | 38.48 | 22.37 | 61.32 | - |
| YUV | 128.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 207 | 0.02 | 0.63 | 0 | 0.19 | 298.17 | 0.58 | 0.55 |
| Hex | CB | 4C | CF | 2 | 3F | 0 | 13 | 12A | 3A | 37 |
| Octal | 313 | 114 | 317 | 2 | 77 | 0 | 23 | 452 | 72 | 67 |
| Binary | 11001011 | 1001100 | 11001111 | 10 | 111111 | 0 | 10011 | 100101010 | 111010 | 110111 |
Color Harmonies of #CB4CCF
Complementary color
Monochromatic Colors of #CB4CCF
Black with #CB4CCF
Text Example
Text Example
White with #CB4CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CCF; }
p { color: rgb(203,76,207); }
H1.HeaderClassName
{
color: #CB4CCF;
}
.AnyTagClassName
{
color: #CB4CCF;
}
</style>
background-color css
<style>
a { background-color: #CB4CCF; }
a { background-color: rgb(203,76,207); }
div.DivClassName
{
background-color: #CB4CCF;
}
.BgClassName
{
background-color: #CB4CCF;
}
</style>
border-color css
<style>
span { border-color: #CB4CCF; }
span { border-color: rgb(203,76,207); }
td.TdClassName
{
border-color: #CB4CCF;
}
.TagClassName
{
border-color: #CB4CCF;
}
</style>