Shades of Fuchsia #CB38C4
Tints of Fuchsia #CB38C4
RGB
CMYK
RGB Variations
Color information
#CB38C4 (or 0xCB38C4) is known color: Fuchsia. HEX triplet: CB, 38 and C4. RGB value is (203,56,196). Sum of RGB (Red+Green+Blue) = 203+56+196=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38C4 is #34C73B. Grayscale: #737373. Windows color (decimal): -3458876 or 12859595. OLE color: 12859595.
HSL color Cylindrical-coordinate representation of color #CB38C4: hue angle of 302.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB38C4 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 196 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.20 |
| HSL | 302.86º | 0.59% | 0.51% | - |
| HSV(B) | 302.86º | 0.72% | 0.8% | - |
| XYZ | 36.01 | 19.51 | 54.09 | - |
| YUV | 115.91 | 173.2 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 196 | 0 | 0.72 | 0.03 | 0.20 | 302.86 | 0.59 | 0.51 |
| Hex | CB | 38 | C4 | 0 | 48 | 3 | 14 | 12F | 3B | 33 |
| Octal | 313 | 70 | 304 | 0 | 110 | 3 | 24 | 457 | 73 | 63 |
| Binary | 11001011 | 111000 | 11000100 | 0 | 1001000 | 11 | 10100 | 100101111 | 111011 | 110011 |
Color Harmonies of #CB38C4
Complementary color
Monochromatic Colors of #CB38C4
Black with #CB38C4
Text Example
Text Example
White with #CB38C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38C4; }
p { color: rgb(203,56,196); }
H1.HeaderClassName
{
color: #CB38C4;
}
.AnyTagClassName
{
color: #CB38C4;
}
</style>
background-color css
<style>
a { background-color: #CB38C4; }
a { background-color: rgb(203,56,196); }
div.DivClassName
{
background-color: #CB38C4;
}
.BgClassName
{
background-color: #CB38C4;
}
</style>
border-color css
<style>
span { border-color: #CB38C4; }
span { border-color: rgb(203,56,196); }
td.TdClassName
{
border-color: #CB38C4;
}
.TagClassName
{
border-color: #CB38C4;
}
</style>