Shades of Fuchsia #CB61C2
Tints of Fuchsia #CB61C2
RGB
CMYK
RGB Variations
Color information
#CB61C2 (or 0xCB61C2) is known color: Fuchsia. HEX triplet: CB, 61 and C2. RGB value is (203,97,194). Sum of RGB (Red+Green+Blue) = 203+97+194=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61C2 is #349E3D. Grayscale: #8B8B8B. Windows color (decimal): -3448382 or 12739019. OLE color: 12739019.
HSL color Cylindrical-coordinate representation of color #CB61C2: hue angle of 305.09º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB61C2 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 194 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.20 |
| HSL | 305.09º | 0.5% | 0.59% | - |
| HSV(B) | 305.09º | 0.52% | 0.8% | - |
| XYZ | 38.64 | 25.14 | 53.86 | - |
| YUV | 139.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 194 | 0 | 0.52 | 0.04 | 0.20 | 305.09 | 0.5 | 0.59 |
| Hex | CB | 61 | C2 | 0 | 34 | 4 | 14 | 131 | 32 | 3B |
| Octal | 313 | 141 | 302 | 0 | 64 | 4 | 24 | 461 | 62 | 73 |
| Binary | 11001011 | 1100001 | 11000010 | 0 | 110100 | 100 | 10100 | 100110001 | 110010 | 111011 |
Color Harmonies of #CB61C2
Complementary color
Monochromatic Colors of #CB61C2
Black with #CB61C2
Text Example
Text Example
White with #CB61C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB61C2; }
p { color: rgb(203,97,194); }
H1.HeaderClassName
{
color: #CB61C2;
}
.AnyTagClassName
{
color: #CB61C2;
}
</style>
background-color css
<style>
a { background-color: #CB61C2; }
a { background-color: rgb(203,97,194); }
div.DivClassName
{
background-color: #CB61C2;
}
.BgClassName
{
background-color: #CB61C2;
}
</style>
border-color css
<style>
span { border-color: #CB61C2; }
span { border-color: rgb(203,97,194); }
td.TdClassName
{
border-color: #CB61C2;
}
.TagClassName
{
border-color: #CB61C2;
}
</style>