Shades of Fuchsia #CB37AC
Tints of Fuchsia #CB37AC
RGB
CMYK
RGB Variations
Color information
#CB37AC (or 0xCB37AC) is known color: Fuchsia. HEX triplet: CB, 37 and AC. RGB value is (203,55,172). Sum of RGB (Red+Green+Blue) = 203+55+172=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB37AC is #34C853. Grayscale: #707070. Windows color (decimal): -3459156 or 11286475. OLE color: 11286475.
HSL color Cylindrical-coordinate representation of color #CB37AC: hue angle of 312.57º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB37AC is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 172 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.20 |
| HSL | 312.57º | 0.59% | 0.51% | - |
| HSV(B) | 312.57º | 0.73% | 0.8% | - |
| XYZ | 33.44 | 18.41 | 40.82 | - |
| YUV | 112.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 172 | 0 | 0.73 | 0.15 | 0.20 | 312.57 | 0.59 | 0.51 |
| Hex | CB | 37 | AC | 0 | 49 | F | 14 | 139 | 3B | 33 |
| Octal | 313 | 67 | 254 | 0 | 111 | 17 | 24 | 471 | 73 | 63 |
| Binary | 11001011 | 110111 | 10101100 | 0 | 1001001 | 1111 | 10100 | 100111001 | 111011 | 110011 |
Color Harmonies of #CB37AC
Complementary color
Monochromatic Colors of #CB37AC
Black with #CB37AC
Text Example
Text Example
White with #CB37AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37AC; }
p { color: rgb(203,55,172); }
H1.HeaderClassName
{
color: #CB37AC;
}
.AnyTagClassName
{
color: #CB37AC;
}
</style>
background-color css
<style>
a { background-color: #CB37AC; }
a { background-color: rgb(203,55,172); }
div.DivClassName
{
background-color: #CB37AC;
}
.BgClassName
{
background-color: #CB37AC;
}
</style>
border-color css
<style>
span { border-color: #CB37AC; }
span { border-color: rgb(203,55,172); }
td.TdClassName
{
border-color: #CB37AC;
}
.TagClassName
{
border-color: #CB37AC;
}
</style>