Shades of Fuchsia #CB38D2
Tints of Fuchsia #CB38D2
RGB
CMYK
RGB Variations
Color information
#CB38D2 (or 0xCB38D2) is known color: Fuchsia. HEX triplet: CB, 38 and D2. RGB value is (203,56,210). Sum of RGB (Red+Green+Blue) = 203+56+210=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB38D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38D2 is #34C72D. Grayscale: #757575. Windows color (decimal): -3458862 or 13777099. OLE color: 13777099.
HSL color Cylindrical-coordinate representation of color #CB38D2: hue angle of 297.27º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB38D2 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 56 | 210 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.18 |
| HSL | 297.27º | 0.63% | 0.52% | - |
| HSV(B) | 297.27º | 0.73% | 0.82% | - |
| XYZ | 37.68 | 20.18 | 62.88 | - |
| YUV | 117.51 | 180.2 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 210 | 0.03 | 0.73 | 0 | 0.18 | 297.27 | 0.63 | 0.52 |
| Hex | CB | 38 | D2 | 3 | 49 | 0 | 12 | 129 | 3F | 34 |
| Octal | 313 | 70 | 322 | 3 | 111 | 0 | 22 | 451 | 77 | 64 |
| Binary | 11001011 | 111000 | 11010010 | 11 | 1001001 | 0 | 10010 | 100101001 | 111111 | 110100 |
Color Harmonies of #CB38D2
Complementary color
Monochromatic Colors of #CB38D2
Black with #CB38D2
Text Example
Text Example
White with #CB38D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38D2; }
p { color: rgb(203,56,210); }
H1.HeaderClassName
{
color: #CB38D2;
}
.AnyTagClassName
{
color: #CB38D2;
}
</style>
background-color css
<style>
a { background-color: #CB38D2; }
a { background-color: rgb(203,56,210); }
div.DivClassName
{
background-color: #CB38D2;
}
.BgClassName
{
background-color: #CB38D2;
}
</style>
border-color css
<style>
span { border-color: #CB38D2; }
span { border-color: rgb(203,56,210); }
td.TdClassName
{
border-color: #CB38D2;
}
.TagClassName
{
border-color: #CB38D2;
}
</style>