Shades of Fuchsia #C365CB
Tints of Fuchsia #C365CB
RGB
CMYK
RGB Variations
Color information
#C365CB (or 0xC365CB) is known color: Fuchsia. HEX triplet: C3, 65 and CB. RGB value is (195,101,203). Sum of RGB (Red+Green+Blue) = 195+101+203=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #C365CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365CB is #3C9A34. Grayscale: #8C8C8C. Windows color (decimal): -3971637 or 13329859. OLE color: 13329859.
HSL color Cylindrical-coordinate representation of color #C365CB: hue angle of 295.29º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C365CB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 101 | 203 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.20 |
| HSL | 295.29º | 0.5% | 0.6% | - |
| HSV(B) | 295.29º | 0.5% | 0.8% | - |
| XYZ | 37.94 | 25.22 | 59.37 | - |
| YUV | 140.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 203 | 0.04 | 0.50 | 0 | 0.20 | 295.29 | 0.5 | 0.6 |
| Hex | C3 | 65 | CB | 4 | 32 | 0 | 14 | 127 | 32 | 3C |
| Octal | 303 | 145 | 313 | 4 | 62 | 0 | 24 | 447 | 62 | 74 |
| Binary | 11000011 | 1100101 | 11001011 | 100 | 110010 | 0 | 10100 | 100100111 | 110010 | 111100 |
Color Harmonies of #C365CB
Complementary color
Monochromatic Colors of #C365CB
Black with #C365CB
Text Example
Text Example
White with #C365CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C365CB; }
p { color: rgb(195,101,203); }
H1.HeaderClassName
{
color: #C365CB;
}
.AnyTagClassName
{
color: #C365CB;
}
</style>
background-color css
<style>
a { background-color: #C365CB; }
a { background-color: rgb(195,101,203); }
div.DivClassName
{
background-color: #C365CB;
}
.BgClassName
{
background-color: #C365CB;
}
</style>
border-color css
<style>
span { border-color: #C365CB; }
span { border-color: rgb(195,101,203); }
td.TdClassName
{
border-color: #C365CB;
}
.TagClassName
{
border-color: #C365CB;
}
</style>