Shades of Fuchsia #C233B7
Tints of Fuchsia #C233B7
RGB
CMYK
RGB Variations
Color information
#C233B7 (or 0xC233B7) is known color: Fuchsia. HEX triplet: C2, 33 and B7. RGB value is (194,51,183). Sum of RGB (Red+Green+Blue) = 194+51+183=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C233B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C233B7 is #3DCC48. Grayscale: #6C6C6C. Windows color (decimal): -4049993 or 12006338. OLE color: 12006338.
HSL color Cylindrical-coordinate representation of color #C233B7: hue angle of 304.62º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C233B7 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 183 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.24 |
| HSL | 304.62º | 0.58% | 0.48% | - |
| HSV(B) | 304.62º | 0.74% | 0.76% | - |
| XYZ | 31.98 | 17.26 | 46.44 | - |
| YUV | 108.81 | 169.88 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 183 | 0 | 0.74 | 0.06 | 0.24 | 304.62 | 0.58 | 0.48 |
| Hex | C2 | 33 | B7 | 0 | 4A | 6 | 18 | 131 | 3A | 30 |
| Octal | 302 | 63 | 267 | 0 | 112 | 6 | 30 | 461 | 72 | 60 |
| Binary | 11000010 | 110011 | 10110111 | 0 | 1001010 | 110 | 11000 | 100110001 | 111010 | 110000 |
Color Harmonies of #C233B7
Complementary color
Monochromatic Colors of #C233B7
Black with #C233B7
Text Example
Text Example
White with #C233B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233B7; }
p { color: rgb(194,51,183); }
H1.HeaderClassName
{
color: #C233B7;
}
.AnyTagClassName
{
color: #C233B7;
}
</style>
background-color css
<style>
a { background-color: #C233B7; }
a { background-color: rgb(194,51,183); }
div.DivClassName
{
background-color: #C233B7;
}
.BgClassName
{
background-color: #C233B7;
}
</style>
border-color css
<style>
span { border-color: #C233B7; }
span { border-color: rgb(194,51,183); }
td.TdClassName
{
border-color: #C233B7;
}
.TagClassName
{
border-color: #C233B7;
}
</style>