Shades of Fuchsia #CA6FB2
Tints of Fuchsia #CA6FB2
RGB
CMYK
RGB Variations
Color information
#CA6FB2 (or 0xCA6FB2) is known color: Fuchsia. HEX triplet: CA, 6F and B2. RGB value is (202,111,178). Sum of RGB (Red+Green+Blue) = 202+111+178=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6FB2 is #35904D. Grayscale: #919191. Windows color (decimal): -3510350 or 11694026. OLE color: 11694026.
HSL color Cylindrical-coordinate representation of color #CA6FB2: hue angle of 315.82º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA6FB2 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 178 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.21 |
| HSL | 315.82º | 0.46% | 0.61% | - |
| HSV(B) | 315.82º | 0.45% | 0.79% | - |
| XYZ | 38.08 | 27.14 | 45.35 | - |
| YUV | 145.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 178 | 0 | 0.45 | 0.12 | 0.21 | 315.82 | 0.46 | 0.61 |
| Hex | CA | 6F | B2 | 0 | 2D | C | 15 | 13C | 2E | 3D |
| Octal | 312 | 157 | 262 | 0 | 55 | 14 | 25 | 474 | 56 | 75 |
| Binary | 11001010 | 1101111 | 10110010 | 0 | 101101 | 1100 | 10101 | 100111100 | 101110 | 111101 |
Color Harmonies of #CA6FB2
Complementary color
Monochromatic Colors of #CA6FB2
Black with #CA6FB2
Text Example
Text Example
White with #CA6FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FB2; }
p { color: rgb(202,111,178); }
H1.HeaderClassName
{
color: #CA6FB2;
}
.AnyTagClassName
{
color: #CA6FB2;
}
</style>
background-color css
<style>
a { background-color: #CA6FB2; }
a { background-color: rgb(202,111,178); }
div.DivClassName
{
background-color: #CA6FB2;
}
.BgClassName
{
background-color: #CA6FB2;
}
</style>
border-color css
<style>
span { border-color: #CA6FB2; }
span { border-color: rgb(202,111,178); }
td.TdClassName
{
border-color: #CA6FB2;
}
.TagClassName
{
border-color: #CA6FB2;
}
</style>