Shades of Fuchsia #C733CA
Tints of Fuchsia #C733CA
RGB
CMYK
RGB Variations
Color information
#C733CA (or 0xC733CA) is known color: Fuchsia. HEX triplet: C7, 33 and CA. RGB value is (199,51,202). Sum of RGB (Red+Green+Blue) = 199+51+202=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #C733CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C733CA is #38CC35. Grayscale: #707070. Windows color (decimal): -3722294 or 13251527. OLE color: 13251527.
HSL color Cylindrical-coordinate representation of color #C733CA: hue angle of 298.81º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C733CA is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 51 | 202 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.21 |
| HSL | 298.81º | 0.6% | 0.5% | - |
| HSV(B) | 298.81º | 0.75% | 0.79% | - |
| XYZ | 35.4 | 18.77 | 57.64 | - |
| YUV | 112.47 | 178.53 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 202 | 0.01 | 0.75 | 0 | 0.21 | 298.81 | 0.6 | 0.5 |
| Hex | C7 | 33 | CA | 1 | 4B | 0 | 15 | 12B | 3C | 32 |
| Octal | 307 | 63 | 312 | 1 | 113 | 0 | 25 | 453 | 74 | 62 |
| Binary | 11000111 | 110011 | 11001010 | 1 | 1001011 | 0 | 10101 | 100101011 | 111100 | 110010 |
Color Harmonies of #C733CA
Complementary color
Monochromatic Colors of #C733CA
Black with #C733CA
Text Example
Text Example
White with #C733CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C733CA; }
p { color: rgb(199,51,202); }
H1.HeaderClassName
{
color: #C733CA;
}
.AnyTagClassName
{
color: #C733CA;
}
</style>
background-color css
<style>
a { background-color: #C733CA; }
a { background-color: rgb(199,51,202); }
div.DivClassName
{
background-color: #C733CA;
}
.BgClassName
{
background-color: #C733CA;
}
</style>
border-color css
<style>
span { border-color: #C733CA; }
span { border-color: rgb(199,51,202); }
td.TdClassName
{
border-color: #C733CA;
}
.TagClassName
{
border-color: #C733CA;
}
</style>