Shades of Fuchsia #CB3FC5
Tints of Fuchsia #CB3FC5
RGB
CMYK
RGB Variations
Color information
#CB3FC5 (or 0xCB3FC5) is known color: Fuchsia. HEX triplet: CB, 3F and C5. RGB value is (203,63,197). Sum of RGB (Red+Green+Blue) = 203+63+197=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FC5 is #34C03A. Grayscale: #777777. Windows color (decimal): -3457083 or 12926923. OLE color: 12926923.
HSL color Cylindrical-coordinate representation of color #CB3FC5: hue angle of 302.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3FC5 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 197 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.20 |
| HSL | 302.57º | 0.57% | 0.52% | - |
| HSV(B) | 302.57º | 0.69% | 0.8% | - |
| XYZ | 36.48 | 20.28 | 54.82 | - |
| YUV | 120.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 197 | 0 | 0.69 | 0.03 | 0.20 | 302.57 | 0.57 | 0.52 |
| Hex | CB | 3F | C5 | 0 | 45 | 3 | 14 | 12F | 39 | 34 |
| Octal | 313 | 77 | 305 | 0 | 105 | 3 | 24 | 457 | 71 | 64 |
| Binary | 11001011 | 111111 | 11000101 | 0 | 1000101 | 11 | 10100 | 100101111 | 111001 | 110100 |
Color Harmonies of #CB3FC5
Complementary color
Monochromatic Colors of #CB3FC5
Black with #CB3FC5
Text Example
Text Example
White with #CB3FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FC5; }
p { color: rgb(203,63,197); }
H1.HeaderClassName
{
color: #CB3FC5;
}
.AnyTagClassName
{
color: #CB3FC5;
}
</style>
background-color css
<style>
a { background-color: #CB3FC5; }
a { background-color: rgb(203,63,197); }
div.DivClassName
{
background-color: #CB3FC5;
}
.BgClassName
{
background-color: #CB3FC5;
}
</style>
border-color css
<style>
span { border-color: #CB3FC5; }
span { border-color: rgb(203,63,197); }
td.TdClassName
{
border-color: #CB3FC5;
}
.TagClassName
{
border-color: #CB3FC5;
}
</style>