Shades of Fuchsia #C834CB
Tints of Fuchsia #C834CB
RGB
CMYK
RGB Variations
Color information
#C834CB (or 0xC834CB) is known color: Fuchsia. HEX triplet: C8, 34 and CB. RGB value is (200,52,203). Sum of RGB (Red+Green+Blue) = 200+52+203=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #C834CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834CB is #37CB34. Grayscale: #717171. Windows color (decimal): -3656501 or 13317320. OLE color: 13317320.
HSL color Cylindrical-coordinate representation of color #C834CB: hue angle of 298.81º degrees, saturation: 0.59, 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 #C834CB is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 52 | 203 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.20 |
| HSL | 298.81º | 0.59% | 0.5% | - |
| HSV(B) | 298.81º | 0.74% | 0.8% | - |
| XYZ | 35.83 | 19.05 | 58.29 | - |
| YUV | 113.47 | 178.53 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 203 | 0.01 | 0.74 | 0 | 0.20 | 298.81 | 0.59 | 0.5 |
| Hex | C8 | 34 | CB | 1 | 4A | 0 | 14 | 12B | 3B | 32 |
| Octal | 310 | 64 | 313 | 1 | 112 | 0 | 24 | 453 | 73 | 62 |
| Binary | 11001000 | 110100 | 11001011 | 1 | 1001010 | 0 | 10100 | 100101011 | 111011 | 110010 |
Color Harmonies of #C834CB
Complementary color
Monochromatic Colors of #C834CB
Black with #C834CB
Text Example
Text Example
White with #C834CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834CB; }
p { color: rgb(200,52,203); }
H1.HeaderClassName
{
color: #C834CB;
}
.AnyTagClassName
{
color: #C834CB;
}
</style>
background-color css
<style>
a { background-color: #C834CB; }
a { background-color: rgb(200,52,203); }
div.DivClassName
{
background-color: #C834CB;
}
.BgClassName
{
background-color: #C834CB;
}
</style>
border-color css
<style>
span { border-color: #C834CB; }
span { border-color: rgb(200,52,203); }
td.TdClassName
{
border-color: #C834CB;
}
.TagClassName
{
border-color: #C834CB;
}
</style>