Shades of Fuchsia #CA3DB3
Tints of Fuchsia #CA3DB3
RGB
CMYK
RGB Variations
Color information
#CA3DB3 (or 0xCA3DB3) is known color: Fuchsia. HEX triplet: CA, 3D and B3. RGB value is (202,61,179). Sum of RGB (Red+Green+Blue) = 202+61+179=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3DB3 is #35C24C. Grayscale: #747474. Windows color (decimal): -3523149 or 11746762. OLE color: 11746762.
HSL color Cylindrical-coordinate representation of color #CA3DB3: hue angle of 309.79º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3DB3 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 61 | 179 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.21 |
| HSL | 309.79º | 0.57% | 0.52% | - |
| HSV(B) | 309.79º | 0.7% | 0.79% | - |
| XYZ | 34.16 | 19.15 | 44.54 | - |
| YUV | 116.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 179 | 0 | 0.70 | 0.11 | 0.21 | 309.79 | 0.57 | 0.52 |
| Hex | CA | 3D | B3 | 0 | 46 | B | 15 | 136 | 39 | 34 |
| Octal | 312 | 75 | 263 | 0 | 106 | 13 | 25 | 466 | 71 | 64 |
| Binary | 11001010 | 111101 | 10110011 | 0 | 1000110 | 1011 | 10101 | 100110110 | 111001 | 110100 |
Color Harmonies of #CA3DB3
Complementary color
Monochromatic Colors of #CA3DB3
Black with #CA3DB3
Text Example
Text Example
White with #CA3DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3DB3; }
p { color: rgb(202,61,179); }
H1.HeaderClassName
{
color: #CA3DB3;
}
.AnyTagClassName
{
color: #CA3DB3;
}
</style>
background-color css
<style>
a { background-color: #CA3DB3; }
a { background-color: rgb(202,61,179); }
div.DivClassName
{
background-color: #CA3DB3;
}
.BgClassName
{
background-color: #CA3DB3;
}
</style>
border-color css
<style>
span { border-color: #CA3DB3; }
span { border-color: rgb(202,61,179); }
td.TdClassName
{
border-color: #CA3DB3;
}
.TagClassName
{
border-color: #CA3DB3;
}
</style>