Shades of Fuchsia #CB34CA
Tints of Fuchsia #CB34CA
RGB
CMYK
RGB Variations
Color information
#CB34CA (or 0xCB34CA) is known color: Fuchsia. HEX triplet: CB, 34 and CA. RGB value is (203,52,202). Sum of RGB (Red+Green+Blue) = 203+52+202=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB34CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB34CA is #34CB35. Grayscale: #717171. Windows color (decimal): -3459894 or 13251787. OLE color: 13251787.
HSL color Cylindrical-coordinate representation of color #CB34CA: hue angle of 300.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB34CA is Cyan = 0, Magento = 0.74, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 202 | - |
| CMYK | 0 | 0.74 | 0.00 | 0.20 |
| HSL | 300.4º | 0.59% | 0.5% | - |
| HSV(B) | 300.4º | 0.74% | 0.8% | - |
| XYZ | 36.52 | 19.42 | 57.7 | - |
| YUV | 114.25 | 177.53 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 202 | 0 | 0.74 | 0.00 | 0.20 | 300.4 | 0.59 | 0.5 |
| Hex | CB | 34 | CA | 0 | 4A | 0 | 14 | 12C | 3B | 32 |
| Octal | 313 | 64 | 312 | 0 | 112 | 0 | 24 | 454 | 73 | 62 |
| Binary | 11001011 | 110100 | 11001010 | 0 | 1001010 | 0 | 10100 | 100101100 | 111011 | 110010 |
Color Harmonies of #CB34CA
Complementary color
Monochromatic Colors of #CB34CA
Black with #CB34CA
Text Example
Text Example
White with #CB34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34CA; }
p { color: rgb(203,52,202); }
H1.HeaderClassName
{
color: #CB34CA;
}
.AnyTagClassName
{
color: #CB34CA;
}
</style>
background-color css
<style>
a { background-color: #CB34CA; }
a { background-color: rgb(203,52,202); }
div.DivClassName
{
background-color: #CB34CA;
}
.BgClassName
{
background-color: #CB34CA;
}
</style>
border-color css
<style>
span { border-color: #CB34CA; }
span { border-color: rgb(203,52,202); }
td.TdClassName
{
border-color: #CB34CA;
}
.TagClassName
{
border-color: #CB34CA;
}
</style>