Shades of Fuchsia #C135CC
Tints of Fuchsia #C135CC
RGB
CMYK
RGB Variations
Color information
#C135CC (or 0xC135CC) is known color: Fuchsia. HEX triplet: C1, 35 and CC. RGB value is (193,53,204). Sum of RGB (Red+Green+Blue) = 193+53+204=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #C135CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C135CC is #3ECA33. Grayscale: #6F6F6F. Windows color (decimal): -4114996 or 13383105. OLE color: 13383105.
HSL color Cylindrical-coordinate representation of color #C135CC: hue angle of 295.63º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C135CC is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 53 | 204 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.2 |
| HSL | 295.63º | 0.6% | 0.5% | - |
| HSV(B) | 295.63º | 0.74% | 0.8% | - |
| XYZ | 34.16 | 18.24 | 58.85 | - |
| YUV | 112.07 | 179.88 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 204 | 0.05 | 0.74 | 0 | 0.2 | 295.63 | 0.6 | 0.5 |
| Hex | C1 | 35 | CC | 5 | 4A | 0 | 14 | 128 | 3C | 32 |
| Octal | 301 | 65 | 314 | 5 | 112 | 0 | 24 | 450 | 74 | 62 |
| Binary | 11000001 | 110101 | 11001100 | 101 | 1001010 | 0 | 10100 | 100101000 | 111100 | 110010 |
Color Harmonies of #C135CC
Complementary color
Monochromatic Colors of #C135CC
Black with #C135CC
Text Example
Text Example
White with #C135CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C135CC; }
p { color: rgb(193,53,204); }
H1.HeaderClassName
{
color: #C135CC;
}
.AnyTagClassName
{
color: #C135CC;
}
</style>
background-color css
<style>
a { background-color: #C135CC; }
a { background-color: rgb(193,53,204); }
div.DivClassName
{
background-color: #C135CC;
}
.BgClassName
{
background-color: #C135CC;
}
</style>
border-color css
<style>
span { border-color: #C135CC; }
span { border-color: rgb(193,53,204); }
td.TdClassName
{
border-color: #C135CC;
}
.TagClassName
{
border-color: #C135CC;
}
</style>