Shades of Fuchsia #CB48C3
Tints of Fuchsia #CB48C3
RGB
CMYK
RGB Variations
Color information
#CB48C3 (or 0xCB48C3) is known color: Fuchsia. HEX triplet: CB, 48 and C3. RGB value is (203,72,195). Sum of RGB (Red+Green+Blue) = 203+72+195=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 203 - color contains mainly: red. Hex color #CB48C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48C3 is #34B73C. Grayscale: #7C7C7C. Windows color (decimal): -3454781 or 12798155. OLE color: 12798155.
HSL color Cylindrical-coordinate representation of color #CB48C3: hue angle of 303.66º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB48C3 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 195 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.20 |
| HSL | 303.66º | 0.56% | 0.54% | - |
| HSV(B) | 303.66º | 0.65% | 0.8% | - |
| XYZ | 36.8 | 21.27 | 53.8 | - |
| YUV | 125.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 195 | 0 | 0.65 | 0.04 | 0.20 | 303.66 | 0.56 | 0.54 |
| Hex | CB | 48 | C3 | 0 | 41 | 4 | 14 | 130 | 38 | 36 |
| Octal | 313 | 110 | 303 | 0 | 101 | 4 | 24 | 460 | 70 | 66 |
| Binary | 11001011 | 1001000 | 11000011 | 0 | 1000001 | 100 | 10100 | 100110000 | 111000 | 110110 |
Color Harmonies of #CB48C3
Complementary color
Monochromatic Colors of #CB48C3
Black with #CB48C3
Text Example
Text Example
White with #CB48C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB48C3; }
p { color: rgb(203,72,195); }
H1.HeaderClassName
{
color: #CB48C3;
}
.AnyTagClassName
{
color: #CB48C3;
}
</style>
background-color css
<style>
a { background-color: #CB48C3; }
a { background-color: rgb(203,72,195); }
div.DivClassName
{
background-color: #CB48C3;
}
.BgClassName
{
background-color: #CB48C3;
}
</style>
border-color css
<style>
span { border-color: #CB48C3; }
span { border-color: rgb(203,72,195); }
td.TdClassName
{
border-color: #CB48C3;
}
.TagClassName
{
border-color: #CB48C3;
}
</style>