Shades of Fuchsia #CB60CA
Tints of Fuchsia #CB60CA
RGB
CMYK
RGB Variations
Color information
#CB60CA (or 0xCB60CA) is known color: Fuchsia. HEX triplet: CB, 60 and CA. RGB value is (203,96,202). Sum of RGB (Red+Green+Blue) = 203+96+202=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60CA is #349F35. Grayscale: #8B8B8B. Windows color (decimal): -3448630 or 13263051. OLE color: 13263051.
HSL color Cylindrical-coordinate representation of color #CB60CA: hue angle of 300.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB60CA is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 202 | - |
| CMYK | 0 | 0.53 | 0.00 | 0.20 |
| HSL | 300.56º | 0.51% | 0.59% | - |
| HSV(B) | 300.56º | 0.53% | 0.8% | - |
| XYZ | 39.47 | 25.33 | 58.69 | - |
| YUV | 140.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 202 | 0 | 0.53 | 0.00 | 0.20 | 300.56 | 0.51 | 0.59 |
| Hex | CB | 60 | CA | 0 | 35 | 0 | 14 | 12D | 33 | 3B |
| Octal | 313 | 140 | 312 | 0 | 65 | 0 | 24 | 455 | 63 | 73 |
| Binary | 11001011 | 1100000 | 11001010 | 0 | 110101 | 0 | 10100 | 100101101 | 110011 | 111011 |
Color Harmonies of #CB60CA
Complementary color
Monochromatic Colors of #CB60CA
Black with #CB60CA
Text Example
Text Example
White with #CB60CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60CA; }
p { color: rgb(203,96,202); }
H1.HeaderClassName
{
color: #CB60CA;
}
.AnyTagClassName
{
color: #CB60CA;
}
</style>
background-color css
<style>
a { background-color: #CB60CA; }
a { background-color: rgb(203,96,202); }
div.DivClassName
{
background-color: #CB60CA;
}
.BgClassName
{
background-color: #CB60CA;
}
</style>
border-color css
<style>
span { border-color: #CB60CA; }
span { border-color: rgb(203,96,202); }
td.TdClassName
{
border-color: #CB60CA;
}
.TagClassName
{
border-color: #CB60CA;
}
</style>