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