Shades of Fuchsia #CB37CA
Tints of Fuchsia #CB37CA
RGB
CMYK
RGB Variations
Color information
#CB37CA (or 0xCB37CA) is known color: Fuchsia. HEX triplet: CB, 37 and CA. RGB value is (203,55,202). Sum of RGB (Red+Green+Blue) = 203+55+202=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37CA is #34C835. Grayscale: #737373. Windows color (decimal): -3459126 or 13252555. OLE color: 13252555.
HSL color Cylindrical-coordinate representation of color #CB37CA: hue angle of 300.41º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB37CA is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 202 | - |
| CMYK | 0 | 0.73 | 0.00 | 0.20 |
| HSL | 300.41º | 0.59% | 0.51% | - |
| HSV(B) | 300.41º | 0.73% | 0.8% | - |
| XYZ | 36.66 | 19.69 | 57.75 | - |
| YUV | 116.01 | 176.53 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 202 | 0 | 0.73 | 0.00 | 0.20 | 300.41 | 0.59 | 0.51 |
| Hex | CB | 37 | CA | 0 | 49 | 0 | 14 | 12C | 3B | 33 |
| Octal | 313 | 67 | 312 | 0 | 111 | 0 | 24 | 454 | 73 | 63 |
| Binary | 11001011 | 110111 | 11001010 | 0 | 1001001 | 0 | 10100 | 100101100 | 111011 | 110011 |
Color Harmonies of #CB37CA
Complementary color
Monochromatic Colors of #CB37CA
Black with #CB37CA
Text Example
Text Example
White with #CB37CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37CA; }
p { color: rgb(203,55,202); }
H1.HeaderClassName
{
color: #CB37CA;
}
.AnyTagClassName
{
color: #CB37CA;
}
</style>
background-color css
<style>
a { background-color: #CB37CA; }
a { background-color: rgb(203,55,202); }
div.DivClassName
{
background-color: #CB37CA;
}
.BgClassName
{
background-color: #CB37CA;
}
</style>
border-color css
<style>
span { border-color: #CB37CA; }
span { border-color: rgb(203,55,202); }
td.TdClassName
{
border-color: #CB37CA;
}
.TagClassName
{
border-color: #CB37CA;
}
</style>