Shades of Fuchsia #C933C3
Tints of Fuchsia #C933C3
RGB
CMYK
RGB Variations
Color information
#C933C3 (or 0xC933C3) is known color: Fuchsia. HEX triplet: C9, 33 and C3. RGB value is (201,51,195). Sum of RGB (Red+Green+Blue) = 201+51+195=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C933C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C933C3 is #36CC3C. Grayscale: #6F6F6F. Windows color (decimal): -3591229 or 12792777. OLE color: 12792777.
HSL color Cylindrical-coordinate representation of color #C933C3: hue angle of 302.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C933C3 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 195 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.21 |
| HSL | 302.4º | 0.6% | 0.49% | - |
| HSV(B) | 302.4º | 0.75% | 0.79% | - |
| XYZ | 35.12 | 18.73 | 53.39 | - |
| YUV | 112.27 | 174.7 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 195 | 0 | 0.75 | 0.03 | 0.21 | 302.4 | 0.6 | 0.49 |
| Hex | C9 | 33 | C3 | 0 | 4B | 3 | 15 | 12E | 3C | 31 |
| Octal | 311 | 63 | 303 | 0 | 113 | 3 | 25 | 456 | 74 | 61 |
| Binary | 11001001 | 110011 | 11000011 | 0 | 1001011 | 11 | 10101 | 100101110 | 111100 | 110001 |
Color Harmonies of #C933C3
Complementary color
Monochromatic Colors of #C933C3
Black with #C933C3
Text Example
Text Example
White with #C933C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C933C3; }
p { color: rgb(201,51,195); }
H1.HeaderClassName
{
color: #C933C3;
}
.AnyTagClassName
{
color: #C933C3;
}
</style>
background-color css
<style>
a { background-color: #C933C3; }
a { background-color: rgb(201,51,195); }
div.DivClassName
{
background-color: #C933C3;
}
.BgClassName
{
background-color: #C933C3;
}
</style>
border-color css
<style>
span { border-color: #C933C3; }
span { border-color: rgb(201,51,195); }
td.TdClassName
{
border-color: #C933C3;
}
.TagClassName
{
border-color: #C933C3;
}
</style>