Shades of Fuchsia #C833CD
Tints of Fuchsia #C833CD
RGB
CMYK
RGB Variations
Color information
#C833CD (or 0xC833CD) is known color: Fuchsia. HEX triplet: C8, 33 and CD. RGB value is (200,51,205). Sum of RGB (Red+Green+Blue) = 200+51+205=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 51 (20.31% from 255 or 11.18% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #C833CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C833CD is #37CC32. Grayscale: #707070. Windows color (decimal): -3656755 or 13448136. OLE color: 13448136.
HSL color Cylindrical-coordinate representation of color #C833CD: hue angle of 298.05º 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 #C833CD is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 51 | 205 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.20 |
| HSL | 298.05º | 0.61% | 0.5% | - |
| HSV(B) | 298.05º | 0.75% | 0.8% | - |
| XYZ | 36.02 | 19.05 | 59.54 | - |
| YUV | 113.11 | 179.86 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 205 | 0.02 | 0.75 | 0 | 0.20 | 298.05 | 0.61 | 0.5 |
| Hex | C8 | 33 | CD | 2 | 4B | 0 | 14 | 12A | 3D | 32 |
| Octal | 310 | 63 | 315 | 2 | 113 | 0 | 24 | 452 | 75 | 62 |
| Binary | 11001000 | 110011 | 11001101 | 10 | 1001011 | 0 | 10100 | 100101010 | 111101 | 110010 |
Color Harmonies of #C833CD
Complementary color
Monochromatic Colors of #C833CD
Black with #C833CD
Text Example
Text Example
White with #C833CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C833CD; }
p { color: rgb(200,51,205); }
H1.HeaderClassName
{
color: #C833CD;
}
.AnyTagClassName
{
color: #C833CD;
}
</style>
background-color css
<style>
a { background-color: #C833CD; }
a { background-color: rgb(200,51,205); }
div.DivClassName
{
background-color: #C833CD;
}
.BgClassName
{
background-color: #C833CD;
}
</style>
border-color css
<style>
span { border-color: #C833CD; }
span { border-color: rgb(200,51,205); }
td.TdClassName
{
border-color: #C833CD;
}
.TagClassName
{
border-color: #C833CD;
}
</style>