Shades of Fuchsia #CA45CB
Tints of Fuchsia #CA45CB
RGB
CMYK
RGB Variations
Color information
#CA45CB (or 0xCA45CB) is known color: Fuchsia. HEX triplet: CA, 45 and CB. RGB value is (202,69,203). Sum of RGB (Red+Green+Blue) = 202+69+203=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 69 (27.34% from 255 or 14.56% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA45CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45CB is #35BA34. Grayscale: #7B7B7B. Windows color (decimal): -3521077 or 13321674. OLE color: 13321674.
HSL color Cylindrical-coordinate representation of color #CA45CB: hue angle of 299.55º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA45CB is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 69 | 203 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.20 |
| HSL | 299.55º | 0.56% | 0.53% | - |
| HSV(B) | 299.55º | 0.66% | 0.8% | - |
| XYZ | 37.26 | 21.12 | 58.61 | - |
| YUV | 124.04 | 172.56 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 203 | 0.00 | 0.66 | 0 | 0.20 | 299.55 | 0.56 | 0.53 |
| Hex | CA | 45 | CB | 0 | 42 | 0 | 14 | 12C | 38 | 35 |
| Octal | 312 | 105 | 313 | 0 | 102 | 0 | 24 | 454 | 70 | 65 |
| Binary | 11001010 | 1000101 | 11001011 | 0 | 1000010 | 0 | 10100 | 100101100 | 111000 | 110101 |
Color Harmonies of #CA45CB
Complementary color
Monochromatic Colors of #CA45CB
Black with #CA45CB
Text Example
Text Example
White with #CA45CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA45CB; }
p { color: rgb(202,69,203); }
H1.HeaderClassName
{
color: #CA45CB;
}
.AnyTagClassName
{
color: #CA45CB;
}
</style>
background-color css
<style>
a { background-color: #CA45CB; }
a { background-color: rgb(202,69,203); }
div.DivClassName
{
background-color: #CA45CB;
}
.BgClassName
{
background-color: #CA45CB;
}
</style>
border-color css
<style>
span { border-color: #CA45CB; }
span { border-color: rgb(202,69,203); }
td.TdClassName
{
border-color: #CA45CB;
}
.TagClassName
{
border-color: #CA45CB;
}
</style>