Shades of Fuchsia #CA4FBD
Tints of Fuchsia #CA4FBD
RGB
CMYK
RGB Variations
Color information
#CA4FBD (or 0xCA4FBD) is known color: Fuchsia. HEX triplet: CA, 4F and BD. RGB value is (202,79,189). Sum of RGB (Red+Green+Blue) = 202+79+189=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4FBD is #35B042. Grayscale: #808080. Windows color (decimal): -3518531 or 12406730. OLE color: 12406730.
HSL color Cylindrical-coordinate representation of color #CA4FBD: hue angle of 306.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4FBD is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 79 | 189 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.21 |
| HSL | 306.34º | 0.54% | 0.55% | - |
| HSV(B) | 306.34º | 0.61% | 0.79% | - |
| XYZ | 36.34 | 21.82 | 50.44 | - |
| YUV | 128.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 189 | 0 | 0.61 | 0.06 | 0.21 | 306.34 | 0.54 | 0.55 |
| Hex | CA | 4F | BD | 0 | 3D | 6 | 15 | 132 | 36 | 37 |
| Octal | 312 | 117 | 275 | 0 | 75 | 6 | 25 | 462 | 66 | 67 |
| Binary | 11001010 | 1001111 | 10111101 | 0 | 111101 | 110 | 10101 | 100110010 | 110110 | 110111 |
Color Harmonies of #CA4FBD
Complementary color
Monochromatic Colors of #CA4FBD
Black with #CA4FBD
Text Example
Text Example
White with #CA4FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4FBD; }
p { color: rgb(202,79,189); }
H1.HeaderClassName
{
color: #CA4FBD;
}
.AnyTagClassName
{
color: #CA4FBD;
}
</style>
background-color css
<style>
a { background-color: #CA4FBD; }
a { background-color: rgb(202,79,189); }
div.DivClassName
{
background-color: #CA4FBD;
}
.BgClassName
{
background-color: #CA4FBD;
}
</style>
border-color css
<style>
span { border-color: #CA4FBD; }
span { border-color: rgb(202,79,189); }
td.TdClassName
{
border-color: #CA4FBD;
}
.TagClassName
{
border-color: #CA4FBD;
}
</style>