Shades of Fuchsia #C369CB
Tints of Fuchsia #C369CB
RGB
CMYK
RGB Variations
Color information
#C369CB (or 0xC369CB) is known color: Fuchsia. HEX triplet: C3, 69 and CB. RGB value is (195,105,203). Sum of RGB (Red+Green+Blue) = 195+105+203=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #C369CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369CB is #3C9634. Grayscale: #8E8E8E. Windows color (decimal): -3970613 or 13330883. OLE color: 13330883.
HSL color Cylindrical-coordinate representation of color #C369CB: hue angle of 295.1º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C369CB is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 105 | 203 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.20 |
| HSL | 295.1º | 0.49% | 0.6% | - |
| HSV(B) | 295.1º | 0.48% | 0.8% | - |
| XYZ | 38.34 | 26.02 | 59.5 | - |
| YUV | 143.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 203 | 0.04 | 0.48 | 0 | 0.20 | 295.1 | 0.49 | 0.6 |
| Hex | C3 | 69 | CB | 4 | 30 | 0 | 14 | 127 | 31 | 3C |
| Octal | 303 | 151 | 313 | 4 | 60 | 0 | 24 | 447 | 61 | 74 |
| Binary | 11000011 | 1101001 | 11001011 | 100 | 110000 | 0 | 10100 | 100100111 | 110001 | 111100 |
Color Harmonies of #C369CB
Complementary color
Monochromatic Colors of #C369CB
Black with #C369CB
Text Example
Text Example
White with #C369CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369CB; }
p { color: rgb(195,105,203); }
H1.HeaderClassName
{
color: #C369CB;
}
.AnyTagClassName
{
color: #C369CB;
}
</style>
background-color css
<style>
a { background-color: #C369CB; }
a { background-color: rgb(195,105,203); }
div.DivClassName
{
background-color: #C369CB;
}
.BgClassName
{
background-color: #C369CB;
}
</style>
border-color css
<style>
span { border-color: #C369CB; }
span { border-color: rgb(195,105,203); }
td.TdClassName
{
border-color: #C369CB;
}
.TagClassName
{
border-color: #C369CB;
}
</style>