Shades of Fuchsia #C233CD
Tints of Fuchsia #C233CD
RGB
CMYK
RGB Variations
Color information
#C233CD (or 0xC233CD) is known color: Fuchsia. HEX triplet: C2, 33 and CD. RGB value is (194,51,205). Sum of RGB (Red+Green+Blue) = 194+51+205=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #C233CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233CD is #3DCC32. Grayscale: #6E6E6E. Windows color (decimal): -4049971 or 13448130. OLE color: 13448130.
HSL color Cylindrical-coordinate representation of color #C233CD: hue angle of 295.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C233CD is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 51 | 205 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.20 |
| HSL | 295.71º | 0.61% | 0.5% | - |
| HSV(B) | 295.71º | 0.75% | 0.8% | - |
| XYZ | 34.45 | 18.24 | 59.46 | - |
| YUV | 111.31 | 180.88 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 205 | 0.05 | 0.75 | 0 | 0.20 | 295.71 | 0.61 | 0.5 |
| Hex | C2 | 33 | CD | 5 | 4B | 0 | 14 | 128 | 3D | 32 |
| Octal | 302 | 63 | 315 | 5 | 113 | 0 | 24 | 450 | 75 | 62 |
| Binary | 11000010 | 110011 | 11001101 | 101 | 1001011 | 0 | 10100 | 100101000 | 111101 | 110010 |
Color Harmonies of #C233CD
Complementary color
Monochromatic Colors of #C233CD
Black with #C233CD
Text Example
Text Example
White with #C233CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233CD; }
p { color: rgb(194,51,205); }
H1.HeaderClassName
{
color: #C233CD;
}
.AnyTagClassName
{
color: #C233CD;
}
</style>
background-color css
<style>
a { background-color: #C233CD; }
a { background-color: rgb(194,51,205); }
div.DivClassName
{
background-color: #C233CD;
}
.BgClassName
{
background-color: #C233CD;
}
</style>
border-color css
<style>
span { border-color: #C233CD; }
span { border-color: rgb(194,51,205); }
td.TdClassName
{
border-color: #C233CD;
}
.TagClassName
{
border-color: #C233CD;
}
</style>