Shades of Fuchsia #C367CB
Tints of Fuchsia #C367CB
RGB
CMYK
RGB Variations
Color information
#C367CB (or 0xC367CB) is known color: Fuchsia. HEX triplet: C3, 67 and CB. RGB value is (195,103,203). Sum of RGB (Red+Green+Blue) = 195+103+203=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #C367CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C367CB is #3C9834. Grayscale: #8D8D8D. Windows color (decimal): -3971125 or 13330371. OLE color: 13330371.
HSL color Cylindrical-coordinate representation of color #C367CB: hue angle of 295.2º 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 #C367CB is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 103 | 203 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.20 |
| HSL | 295.2º | 0.49% | 0.6% | - |
| HSV(B) | 295.2º | 0.49% | 0.8% | - |
| XYZ | 38.14 | 25.61 | 59.43 | - |
| YUV | 141.91 | 162.48 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 103 | 203 | 0.04 | 0.49 | 0 | 0.20 | 295.2 | 0.49 | 0.6 |
| Hex | C3 | 67 | CB | 4 | 31 | 0 | 14 | 127 | 31 | 3C |
| Octal | 303 | 147 | 313 | 4 | 61 | 0 | 24 | 447 | 61 | 74 |
| Binary | 11000011 | 1100111 | 11001011 | 100 | 110001 | 0 | 10100 | 100100111 | 110001 | 111100 |
Color Harmonies of #C367CB
Complementary color
Monochromatic Colors of #C367CB
Black with #C367CB
Text Example
Text Example
White with #C367CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C367CB; }
p { color: rgb(195,103,203); }
H1.HeaderClassName
{
color: #C367CB;
}
.AnyTagClassName
{
color: #C367CB;
}
</style>
background-color css
<style>
a { background-color: #C367CB; }
a { background-color: rgb(195,103,203); }
div.DivClassName
{
background-color: #C367CB;
}
.BgClassName
{
background-color: #C367CB;
}
</style>
border-color css
<style>
span { border-color: #C367CB; }
span { border-color: rgb(195,103,203); }
td.TdClassName
{
border-color: #C367CB;
}
.TagClassName
{
border-color: #C367CB;
}
</style>