Shades of Fuchsia #CB2CC1
Tints of Fuchsia #CB2CC1
RGB
CMYK
RGB Variations
Color information
#CB2CC1 (or 0xCB2CC1) is known color: Fuchsia. HEX triplet: CB, 2C and C1. RGB value is (203,44,193). Sum of RGB (Red+Green+Blue) = 203+44+193=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2CC1 is #34D33E. Grayscale: #6C6C6C. Windows color (decimal): -3461951 or 12659915. OLE color: 12659915.
HSL color Cylindrical-coordinate representation of color #CB2CC1: hue angle of 303.77º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2CC1 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 193 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.20 |
| HSL | 303.77º | 0.64% | 0.48% | - |
| HSV(B) | 303.77º | 0.78% | 0.8% | - |
| XYZ | 35.15 | 18.35 | 52.14 | - |
| YUV | 108.53 | 175.68 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 193 | 0 | 0.78 | 0.05 | 0.20 | 303.77 | 0.64 | 0.48 |
| Hex | CB | 2C | C1 | 0 | 4E | 5 | 14 | 130 | 40 | 30 |
| Octal | 313 | 54 | 301 | 0 | 116 | 5 | 24 | 460 | 100 | 60 |
| Binary | 11001011 | 101100 | 11000001 | 0 | 1001110 | 101 | 10100 | 100110000 | 1000000 | 110000 |
Color Harmonies of #CB2CC1
Complementary color
Monochromatic Colors of #CB2CC1
Black with #CB2CC1
Text Example
Text Example
White with #CB2CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CC1; }
p { color: rgb(203,44,193); }
H1.HeaderClassName
{
color: #CB2CC1;
}
.AnyTagClassName
{
color: #CB2CC1;
}
</style>
background-color css
<style>
a { background-color: #CB2CC1; }
a { background-color: rgb(203,44,193); }
div.DivClassName
{
background-color: #CB2CC1;
}
.BgClassName
{
background-color: #CB2CC1;
}
</style>
border-color css
<style>
span { border-color: #CB2CC1; }
span { border-color: rgb(203,44,193); }
td.TdClassName
{
border-color: #CB2CC1;
}
.TagClassName
{
border-color: #CB2CC1;
}
</style>