Shades of Fuchsia #CB4DC4
Tints of Fuchsia #CB4DC4
RGB
CMYK
RGB Variations
Color information
#CB4DC4 (or 0xCB4DC4) is known color: Fuchsia. HEX triplet: CB, 4D and C4. RGB value is (203,77,196). Sum of RGB (Red+Green+Blue) = 203+77+196=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB4DC4 is #34B23B. Grayscale: #7F7F7F. Windows color (decimal): -3453500 or 12864971. OLE color: 12864971.
HSL color Cylindrical-coordinate representation of color #CB4DC4: hue angle of 303.33º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4DC4 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 196 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.20 |
| HSL | 303.33º | 0.55% | 0.55% | - |
| HSV(B) | 303.33º | 0.62% | 0.8% | - |
| XYZ | 37.25 | 21.99 | 54.51 | - |
| YUV | 128.24 | 166.24 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 196 | 0 | 0.62 | 0.03 | 0.20 | 303.33 | 0.55 | 0.55 |
| Hex | CB | 4D | C4 | 0 | 3E | 3 | 14 | 12F | 37 | 37 |
| Octal | 313 | 115 | 304 | 0 | 76 | 3 | 24 | 457 | 67 | 67 |
| Binary | 11001011 | 1001101 | 11000100 | 0 | 111110 | 11 | 10100 | 100101111 | 110111 | 110111 |
Color Harmonies of #CB4DC4
Complementary color
Monochromatic Colors of #CB4DC4
Black with #CB4DC4
Text Example
Text Example
White with #CB4DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DC4; }
p { color: rgb(203,77,196); }
H1.HeaderClassName
{
color: #CB4DC4;
}
.AnyTagClassName
{
color: #CB4DC4;
}
</style>
background-color css
<style>
a { background-color: #CB4DC4; }
a { background-color: rgb(203,77,196); }
div.DivClassName
{
background-color: #CB4DC4;
}
.BgClassName
{
background-color: #CB4DC4;
}
</style>
border-color css
<style>
span { border-color: #CB4DC4; }
span { border-color: rgb(203,77,196); }
td.TdClassName
{
border-color: #CB4DC4;
}
.TagClassName
{
border-color: #CB4DC4;
}
</style>