Shades of Fuchsia #CB2FCD
Tints of Fuchsia #CB2FCD
RGB
CMYK
RGB Variations
Color information
#CB2FCD (or 0xCB2FCD) is known color: Fuchsia. HEX triplet: CB, 2F and CD. RGB value is (203,47,205). Sum of RGB (Red+Green+Blue) = 203+47+205=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB2FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FCD is #34D032. Grayscale: #6F6F6F. Windows color (decimal): -3461171 or 13447115. OLE color: 13447115.
HSL color Cylindrical-coordinate representation of color #CB2FCD: hue angle of 299.24º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2FCD is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 205 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.20 |
| HSL | 299.24º | 0.63% | 0.49% | - |
| HSV(B) | 299.24º | 0.77% | 0.8% | - |
| XYZ | 36.66 | 19.14 | 59.52 | - |
| YUV | 111.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 205 | 0.01 | 0.77 | 0 | 0.20 | 299.24 | 0.63 | 0.49 |
| Hex | CB | 2F | CD | 1 | 4D | 0 | 14 | 12B | 3F | 31 |
| Octal | 313 | 57 | 315 | 1 | 115 | 0 | 24 | 453 | 77 | 61 |
| Binary | 11001011 | 101111 | 11001101 | 1 | 1001101 | 0 | 10100 | 100101011 | 111111 | 110001 |
Color Harmonies of #CB2FCD
Complementary color
Monochromatic Colors of #CB2FCD
Black with #CB2FCD
Text Example
Text Example
White with #CB2FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FCD; }
p { color: rgb(203,47,205); }
H1.HeaderClassName
{
color: #CB2FCD;
}
.AnyTagClassName
{
color: #CB2FCD;
}
</style>
background-color css
<style>
a { background-color: #CB2FCD; }
a { background-color: rgb(203,47,205); }
div.DivClassName
{
background-color: #CB2FCD;
}
.BgClassName
{
background-color: #CB2FCD;
}
</style>
border-color css
<style>
span { border-color: #CB2FCD; }
span { border-color: rgb(203,47,205); }
td.TdClassName
{
border-color: #CB2FCD;
}
.TagClassName
{
border-color: #CB2FCD;
}
</style>