Shades of Fuchsia #C368CB
Tints of Fuchsia #C368CB
RGB
CMYK
RGB Variations
Color information
#C368CB (or 0xC368CB) is known color: Fuchsia. HEX triplet: C3, 68 and CB. RGB value is (195,104,203). Sum of RGB (Red+Green+Blue) = 195+104+203=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #C368CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C368CB is #3C9734. Grayscale: #8E8E8E. Windows color (decimal): -3970869 or 13330627. OLE color: 13330627.
HSL color Cylindrical-coordinate representation of color #C368CB: hue angle of 295.15º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C368CB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 104 | 203 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.20 |
| HSL | 295.15º | 0.49% | 0.6% | - |
| HSV(B) | 295.15º | 0.49% | 0.8% | - |
| XYZ | 38.24 | 25.81 | 59.47 | - |
| YUV | 142.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 203 | 0.04 | 0.49 | 0 | 0.20 | 295.15 | 0.49 | 0.6 |
| Hex | C3 | 68 | CB | 4 | 31 | 0 | 14 | 127 | 31 | 3C |
| Octal | 303 | 150 | 313 | 4 | 61 | 0 | 24 | 447 | 61 | 74 |
| Binary | 11000011 | 1101000 | 11001011 | 100 | 110001 | 0 | 10100 | 100100111 | 110001 | 111100 |
Color Harmonies of #C368CB
Complementary color
Monochromatic Colors of #C368CB
Black with #C368CB
Text Example
Text Example
White with #C368CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C368CB; }
p { color: rgb(195,104,203); }
H1.HeaderClassName
{
color: #C368CB;
}
.AnyTagClassName
{
color: #C368CB;
}
</style>
background-color css
<style>
a { background-color: #C368CB; }
a { background-color: rgb(195,104,203); }
div.DivClassName
{
background-color: #C368CB;
}
.BgClassName
{
background-color: #C368CB;
}
</style>
border-color css
<style>
span { border-color: #C368CB; }
span { border-color: rgb(195,104,203); }
td.TdClassName
{
border-color: #C368CB;
}
.TagClassName
{
border-color: #C368CB;
}
</style>