Shades of Fuchsia #CA5CCB
Tints of Fuchsia #CA5CCB
RGB
CMYK
RGB Variations
Color information
#CA5CCB (or 0xCA5CCB) is known color: Fuchsia. HEX triplet: CA, 5C and CB. RGB value is (202,92,203). Sum of RGB (Red+Green+Blue) = 202+92+203=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA5CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5CCB is #35A334. Grayscale: #898989. Windows color (decimal): -3515189 or 13327562. OLE color: 13327562.
HSL color Cylindrical-coordinate representation of color #CA5CCB: hue angle of 299.46º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA5CCB is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 92 | 203 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.20 |
| HSL | 299.46º | 0.52% | 0.58% | - |
| HSV(B) | 299.46º | 0.55% | 0.8% | - |
| XYZ | 38.96 | 24.52 | 59.18 | - |
| YUV | 137.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 92 | 203 | 0.00 | 0.55 | 0 | 0.20 | 299.46 | 0.52 | 0.58 |
| Hex | CA | 5C | CB | 0 | 37 | 0 | 14 | 12B | 34 | 3A |
| Octal | 312 | 134 | 313 | 0 | 67 | 0 | 24 | 453 | 64 | 72 |
| Binary | 11001010 | 1011100 | 11001011 | 0 | 110111 | 0 | 10100 | 100101011 | 110100 | 111010 |
Color Harmonies of #CA5CCB
Complementary color
Monochromatic Colors of #CA5CCB
Black with #CA5CCB
Text Example
Text Example
White with #CA5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5CCB; }
p { color: rgb(202,92,203); }
H1.HeaderClassName
{
color: #CA5CCB;
}
.AnyTagClassName
{
color: #CA5CCB;
}
</style>
background-color css
<style>
a { background-color: #CA5CCB; }
a { background-color: rgb(202,92,203); }
div.DivClassName
{
background-color: #CA5CCB;
}
.BgClassName
{
background-color: #CA5CCB;
}
</style>
border-color css
<style>
span { border-color: #CA5CCB; }
span { border-color: rgb(202,92,203); }
td.TdClassName
{
border-color: #CA5CCB;
}
.TagClassName
{
border-color: #CA5CCB;
}
</style>