Shades of Fuchsia #CB3ACF
Tints of Fuchsia #CB3ACF
RGB
CMYK
RGB Variations
Color information
#CB3ACF (or 0xCB3ACF) is known color: Fuchsia. HEX triplet: CB, 3A and CF. RGB value is (203,58,207). Sum of RGB (Red+Green+Blue) = 203+58+207=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB3ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3ACF is #34C530. Grayscale: #757575. Windows color (decimal): -3458353 or 13581003. OLE color: 13581003.
HSL color Cylindrical-coordinate representation of color #CB3ACF: hue angle of 298.39º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3ACF is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 58 | 207 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.19 |
| HSL | 298.39º | 0.61% | 0.52% | - |
| HSV(B) | 298.39º | 0.72% | 0.81% | - |
| XYZ | 37.4 | 20.23 | 60.96 | - |
| YUV | 118.34 | 178.04 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 207 | 0.02 | 0.72 | 0 | 0.19 | 298.39 | 0.61 | 0.52 |
| Hex | CB | 3A | CF | 2 | 48 | 0 | 13 | 12A | 3D | 34 |
| Octal | 313 | 72 | 317 | 2 | 110 | 0 | 23 | 452 | 75 | 64 |
| Binary | 11001011 | 111010 | 11001111 | 10 | 1001000 | 0 | 10011 | 100101010 | 111101 | 110100 |
Color Harmonies of #CB3ACF
Complementary color
Monochromatic Colors of #CB3ACF
Black with #CB3ACF
Text Example
Text Example
White with #CB3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3ACF; }
p { color: rgb(203,58,207); }
H1.HeaderClassName
{
color: #CB3ACF;
}
.AnyTagClassName
{
color: #CB3ACF;
}
</style>
background-color css
<style>
a { background-color: #CB3ACF; }
a { background-color: rgb(203,58,207); }
div.DivClassName
{
background-color: #CB3ACF;
}
.BgClassName
{
background-color: #CB3ACF;
}
</style>
border-color css
<style>
span { border-color: #CB3ACF; }
span { border-color: rgb(203,58,207); }
td.TdClassName
{
border-color: #CB3ACF;
}
.TagClassName
{
border-color: #CB3ACF;
}
</style>