Shades of Fuchsia #CB44C5
Tints of Fuchsia #CB44C5
RGB
CMYK
RGB Variations
Color information
#CB44C5 (or 0xCB44C5) is known color: Fuchsia. HEX triplet: CB, 44 and C5. RGB value is (203,68,197). Sum of RGB (Red+Green+Blue) = 203+68+197=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CB44C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44C5 is #34BB3A. Grayscale: #7A7A7A. Windows color (decimal): -3455803 or 12928203. OLE color: 12928203.
HSL color Cylindrical-coordinate representation of color #CB44C5: hue angle of 302.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB44C5 is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 197 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.20 |
| HSL | 302.67º | 0.56% | 0.53% | - |
| HSV(B) | 302.67º | 0.67% | 0.8% | - |
| XYZ | 36.77 | 20.86 | 54.91 | - |
| YUV | 123.07 | 169.73 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 197 | 0 | 0.67 | 0.03 | 0.20 | 302.67 | 0.56 | 0.53 |
| Hex | CB | 44 | C5 | 0 | 43 | 3 | 14 | 12F | 38 | 35 |
| Octal | 313 | 104 | 305 | 0 | 103 | 3 | 24 | 457 | 70 | 65 |
| Binary | 11001011 | 1000100 | 11000101 | 0 | 1000011 | 11 | 10100 | 100101111 | 111000 | 110101 |
Color Harmonies of #CB44C5
Complementary color
Monochromatic Colors of #CB44C5
Black with #CB44C5
Text Example
Text Example
White with #CB44C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB44C5; }
p { color: rgb(203,68,197); }
H1.HeaderClassName
{
color: #CB44C5;
}
.AnyTagClassName
{
color: #CB44C5;
}
</style>
background-color css
<style>
a { background-color: #CB44C5; }
a { background-color: rgb(203,68,197); }
div.DivClassName
{
background-color: #CB44C5;
}
.BgClassName
{
background-color: #CB44C5;
}
</style>
border-color css
<style>
span { border-color: #CB44C5; }
span { border-color: rgb(203,68,197); }
td.TdClassName
{
border-color: #CB44C5;
}
.TagClassName
{
border-color: #CB44C5;
}
</style>