Shades of Fuchsia #CB50CF
Tints of Fuchsia #CB50CF
RGB
CMYK
RGB Variations
Color information
#CB50CF (or 0xCB50CF) is known color: Fuchsia. HEX triplet: CB, 50 and CF. RGB value is (203,80,207). Sum of RGB (Red+Green+Blue) = 203+80+207=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB50CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB50CF is #34AF30. Grayscale: #828282. Windows color (decimal): -3452721 or 13586635. OLE color: 13586635.
HSL color Cylindrical-coordinate representation of color #CB50CF: hue angle of 298.11º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB50CF is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 80 | 207 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.19 |
| HSL | 298.11º | 0.57% | 0.56% | - |
| HSV(B) | 298.11º | 0.61% | 0.81% | - |
| XYZ | 38.76 | 22.94 | 61.42 | - |
| YUV | 131.26 | 170.75 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 207 | 0.02 | 0.61 | 0 | 0.19 | 298.11 | 0.57 | 0.56 |
| Hex | CB | 50 | CF | 2 | 3D | 0 | 13 | 12A | 39 | 38 |
| Octal | 313 | 120 | 317 | 2 | 75 | 0 | 23 | 452 | 71 | 70 |
| Binary | 11001011 | 1010000 | 11001111 | 10 | 111101 | 0 | 10011 | 100101010 | 111001 | 111000 |
Color Harmonies of #CB50CF
Complementary color
Monochromatic Colors of #CB50CF
Black with #CB50CF
Text Example
Text Example
White with #CB50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB50CF; }
p { color: rgb(203,80,207); }
H1.HeaderClassName
{
color: #CB50CF;
}
.AnyTagClassName
{
color: #CB50CF;
}
</style>
background-color css
<style>
a { background-color: #CB50CF; }
a { background-color: rgb(203,80,207); }
div.DivClassName
{
background-color: #CB50CF;
}
.BgClassName
{
background-color: #CB50CF;
}
</style>
border-color css
<style>
span { border-color: #CB50CF; }
span { border-color: rgb(203,80,207); }
td.TdClassName
{
border-color: #CB50CF;
}
.TagClassName
{
border-color: #CB50CF;
}
</style>