Shades of Fuchsia #C835CB
Tints of Fuchsia #C835CB
RGB
CMYK
RGB Variations
Color information
#C835CB (or 0xC835CB) is known color: Fuchsia. HEX triplet: C8, 35 and CB. RGB value is (200,53,203). Sum of RGB (Red+Green+Blue) = 200+53+203=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #C835CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C835CB is #37CA34. Grayscale: #717171. Windows color (decimal): -3656245 or 13317576. OLE color: 13317576.
HSL color Cylindrical-coordinate representation of color #C835CB: hue angle of 298.8º 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 #C835CB is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 53 | 203 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.20 |
| HSL | 298.8º | 0.59% | 0.5% | - |
| HSV(B) | 298.8º | 0.74% | 0.8% | - |
| XYZ | 35.87 | 19.14 | 58.3 | - |
| YUV | 114.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 203 | 0.01 | 0.74 | 0 | 0.20 | 298.8 | 0.59 | 0.5 |
| Hex | C8 | 35 | CB | 1 | 4A | 0 | 14 | 12B | 3B | 32 |
| Octal | 310 | 65 | 313 | 1 | 112 | 0 | 24 | 453 | 73 | 62 |
| Binary | 11001000 | 110101 | 11001011 | 1 | 1001010 | 0 | 10100 | 100101011 | 111011 | 110010 |
Color Harmonies of #C835CB
Complementary color
Monochromatic Colors of #C835CB
Black with #C835CB
Text Example
Text Example
White with #C835CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835CB; }
p { color: rgb(200,53,203); }
H1.HeaderClassName
{
color: #C835CB;
}
.AnyTagClassName
{
color: #C835CB;
}
</style>
background-color css
<style>
a { background-color: #C835CB; }
a { background-color: rgb(200,53,203); }
div.DivClassName
{
background-color: #C835CB;
}
.BgClassName
{
background-color: #C835CB;
}
</style>
border-color css
<style>
span { border-color: #C835CB; }
span { border-color: rgb(200,53,203); }
td.TdClassName
{
border-color: #C835CB;
}
.TagClassName
{
border-color: #C835CB;
}
</style>