Shades of Fuchsia #CB2DC7
Tints of Fuchsia #CB2DC7
RGB
CMYK
RGB Variations
Color information
#CB2DC7 (or 0xCB2DC7) is known color: Fuchsia. HEX triplet: CB, 2D and C7. RGB value is (203,45,199). Sum of RGB (Red+Green+Blue) = 203+45+199=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DC7 is #34D238. Grayscale: #6D6D6D. Windows color (decimal): -3461689 or 13053387. OLE color: 13053387.
HSL color Cylindrical-coordinate representation of color #CB2DC7: hue angle of 301.52º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2DC7 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 199 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.20 |
| HSL | 301.52º | 0.64% | 0.49% | - |
| HSV(B) | 301.52º | 0.78% | 0.8% | - |
| XYZ | 35.88 | 18.7 | 55.75 | - |
| YUV | 109.8 | 178.35 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 199 | 0 | 0.78 | 0.02 | 0.20 | 301.52 | 0.64 | 0.49 |
| Hex | CB | 2D | C7 | 0 | 4E | 2 | 14 | 12E | 40 | 31 |
| Octal | 313 | 55 | 307 | 0 | 116 | 2 | 24 | 456 | 100 | 61 |
| Binary | 11001011 | 101101 | 11000111 | 0 | 1001110 | 10 | 10100 | 100101110 | 1000000 | 110001 |
Color Harmonies of #CB2DC7
Complementary color
Monochromatic Colors of #CB2DC7
Black with #CB2DC7
Text Example
Text Example
White with #CB2DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DC7; }
p { color: rgb(203,45,199); }
H1.HeaderClassName
{
color: #CB2DC7;
}
.AnyTagClassName
{
color: #CB2DC7;
}
</style>
background-color css
<style>
a { background-color: #CB2DC7; }
a { background-color: rgb(203,45,199); }
div.DivClassName
{
background-color: #CB2DC7;
}
.BgClassName
{
background-color: #CB2DC7;
}
</style>
border-color css
<style>
span { border-color: #CB2DC7; }
span { border-color: rgb(203,45,199); }
td.TdClassName
{
border-color: #CB2DC7;
}
.TagClassName
{
border-color: #CB2DC7;
}
</style>