Shades of Fuchsia #C852B3
Tints of Fuchsia #C852B3
RGB
CMYK
RGB Variations
Color information
#C852B3 (or 0xC852B3) is known color: Fuchsia. HEX triplet: C8, 52 and B3. RGB value is (200,82,179). Sum of RGB (Red+Green+Blue) = 200+82+179=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C852B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C852B3 is #37AD4C. Grayscale: #808080. Windows color (decimal): -3648845 or 11752136. OLE color: 11752136.
HSL color Cylindrical-coordinate representation of color #C852B3: hue angle of 310.68º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C852B3 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 179 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.22 |
| HSL | 310.68º | 0.52% | 0.55% | - |
| HSV(B) | 310.68º | 0.59% | 0.78% | - |
| XYZ | 34.97 | 21.57 | 44.97 | - |
| YUV | 128.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 179 | 0 | 0.59 | 0.10 | 0.22 | 310.68 | 0.52 | 0.55 |
| Hex | C8 | 52 | B3 | 0 | 3B | A | 16 | 137 | 34 | 37 |
| Octal | 310 | 122 | 263 | 0 | 73 | 12 | 26 | 467 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10110011 | 0 | 111011 | 1010 | 10110 | 100110111 | 110100 | 110111 |
Color Harmonies of #C852B3
Complementary color
Monochromatic Colors of #C852B3
Black with #C852B3
Text Example
Text Example
White with #C852B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C852B3; }
p { color: rgb(200,82,179); }
H1.HeaderClassName
{
color: #C852B3;
}
.AnyTagClassName
{
color: #C852B3;
}
</style>
background-color css
<style>
a { background-color: #C852B3; }
a { background-color: rgb(200,82,179); }
div.DivClassName
{
background-color: #C852B3;
}
.BgClassName
{
background-color: #C852B3;
}
</style>
border-color css
<style>
span { border-color: #C852B3; }
span { border-color: rgb(200,82,179); }
td.TdClassName
{
border-color: #C852B3;
}
.TagClassName
{
border-color: #C852B3;
}
</style>