Shades of Fuchsia #CB3FCD
Tints of Fuchsia #CB3FCD
RGB
CMYK
RGB Variations
Color information
#CB3FCD (or 0xCB3FCD) is known color: Fuchsia. HEX triplet: CB, 3F and CD. RGB value is (203,63,205). Sum of RGB (Red+Green+Blue) = 203+63+205=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB3FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FCD is #34C032. Grayscale: #787878. Windows color (decimal): -3457075 or 13451211. OLE color: 13451211.
HSL color Cylindrical-coordinate representation of color #CB3FCD: hue angle of 299.15º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3FCD is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 205 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.20 |
| HSL | 299.15º | 0.59% | 0.53% | - |
| HSV(B) | 299.15º | 0.69% | 0.8% | - |
| XYZ | 37.43 | 20.66 | 59.77 | - |
| YUV | 121.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 205 | 0.01 | 0.69 | 0 | 0.20 | 299.15 | 0.59 | 0.53 |
| Hex | CB | 3F | CD | 1 | 45 | 0 | 14 | 12B | 3B | 35 |
| Octal | 313 | 77 | 315 | 1 | 105 | 0 | 24 | 453 | 73 | 65 |
| Binary | 11001011 | 111111 | 11001101 | 1 | 1000101 | 0 | 10100 | 100101011 | 111011 | 110101 |
Color Harmonies of #CB3FCD
Complementary color
Monochromatic Colors of #CB3FCD
Black with #CB3FCD
Text Example
Text Example
White with #CB3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FCD; }
p { color: rgb(203,63,205); }
H1.HeaderClassName
{
color: #CB3FCD;
}
.AnyTagClassName
{
color: #CB3FCD;
}
</style>
background-color css
<style>
a { background-color: #CB3FCD; }
a { background-color: rgb(203,63,205); }
div.DivClassName
{
background-color: #CB3FCD;
}
.BgClassName
{
background-color: #CB3FCD;
}
</style>
border-color css
<style>
span { border-color: #CB3FCD; }
span { border-color: rgb(203,63,205); }
td.TdClassName
{
border-color: #CB3FCD;
}
.TagClassName
{
border-color: #CB3FCD;
}
</style>