Shades of Fuchsia #CB38CF
Tints of Fuchsia #CB38CF
RGB
CMYK
RGB Variations
Color information
#CB38CF (or 0xCB38CF) is known color: Fuchsia. HEX triplet: CB, 38 and CF. RGB value is (203,56,207). Sum of RGB (Red+Green+Blue) = 203+56+207=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB38CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB38CF is #34C730. Grayscale: #747474. Windows color (decimal): -3458865 or 13580491. OLE color: 13580491.
HSL color Cylindrical-coordinate representation of color #CB38CF: hue angle of 298.41º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB38CF is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 56 | 207 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.19 |
| HSL | 298.41º | 0.61% | 0.52% | - |
| HSV(B) | 298.41º | 0.73% | 0.81% | - |
| XYZ | 37.31 | 20.03 | 60.93 | - |
| YUV | 117.17 | 178.7 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 207 | 0.02 | 0.73 | 0 | 0.19 | 298.41 | 0.61 | 0.52 |
| Hex | CB | 38 | CF | 2 | 49 | 0 | 13 | 12A | 3D | 34 |
| Octal | 313 | 70 | 317 | 2 | 111 | 0 | 23 | 452 | 75 | 64 |
| Binary | 11001011 | 111000 | 11001111 | 10 | 1001001 | 0 | 10011 | 100101010 | 111101 | 110100 |
Color Harmonies of #CB38CF
Complementary color
Monochromatic Colors of #CB38CF
Black with #CB38CF
Text Example
Text Example
White with #CB38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38CF; }
p { color: rgb(203,56,207); }
H1.HeaderClassName
{
color: #CB38CF;
}
.AnyTagClassName
{
color: #CB38CF;
}
</style>
background-color css
<style>
a { background-color: #CB38CF; }
a { background-color: rgb(203,56,207); }
div.DivClassName
{
background-color: #CB38CF;
}
.BgClassName
{
background-color: #CB38CF;
}
</style>
border-color css
<style>
span { border-color: #CB38CF; }
span { border-color: rgb(203,56,207); }
td.TdClassName
{
border-color: #CB38CF;
}
.TagClassName
{
border-color: #CB38CF;
}
</style>