Shades of Fuchsia #CA33BC
Tints of Fuchsia #CA33BC
RGB
CMYK
RGB Variations
Color information
#CA33BC (or 0xCA33BC) is known color: Fuchsia. HEX triplet: CA, 33 and BC. RGB value is (202,51,188). Sum of RGB (Red+Green+Blue) = 202+51+188=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA33BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33BC is #35CC43. Grayscale: #6F6F6F. Windows color (decimal): -3525700 or 12334026. OLE color: 12334026.
HSL color Cylindrical-coordinate representation of color #CA33BC: hue angle of 305.56º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA33BC is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 188 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.21 |
| HSL | 305.56º | 0.6% | 0.5% | - |
| HSV(B) | 305.56º | 0.75% | 0.79% | - |
| XYZ | 34.62 | 18.56 | 49.33 | - |
| YUV | 111.77 | 171.03 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 188 | 0 | 0.75 | 0.07 | 0.21 | 305.56 | 0.6 | 0.5 |
| Hex | CA | 33 | BC | 0 | 4B | 7 | 15 | 132 | 3C | 32 |
| Octal | 312 | 63 | 274 | 0 | 113 | 7 | 25 | 462 | 74 | 62 |
| Binary | 11001010 | 110011 | 10111100 | 0 | 1001011 | 111 | 10101 | 100110010 | 111100 | 110010 |
Color Harmonies of #CA33BC
Complementary color
Monochromatic Colors of #CA33BC
Black with #CA33BC
Text Example
Text Example
White with #CA33BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33BC; }
p { color: rgb(202,51,188); }
H1.HeaderClassName
{
color: #CA33BC;
}
.AnyTagClassName
{
color: #CA33BC;
}
</style>
background-color css
<style>
a { background-color: #CA33BC; }
a { background-color: rgb(202,51,188); }
div.DivClassName
{
background-color: #CA33BC;
}
.BgClassName
{
background-color: #CA33BC;
}
</style>
border-color css
<style>
span { border-color: #CA33BC; }
span { border-color: rgb(202,51,188); }
td.TdClassName
{
border-color: #CA33BC;
}
.TagClassName
{
border-color: #CA33BC;
}
</style>