Shades of Fuchsia #CD3CCB
Tints of Fuchsia #CD3CCB
RGB
CMYK
RGB Variations
Color information
#CD3CCB (or 0xCD3CCB) is known color: Fuchsia. HEX triplet: CD, 3C and CB. RGB value is (205,60,203). Sum of RGB (Red+Green+Blue) = 205+60+203=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3CCB is #32C334. Grayscale: #777777. Windows color (decimal): -3326773 or 13319373. OLE color: 13319373.
HSL color Cylindrical-coordinate representation of color #CD3CCB: hue angle of 300.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD3CCB is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 203 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.20 |
| HSL | 300.83º | 0.59% | 0.52% | - |
| HSV(B) | 300.83º | 0.71% | 0.8% | - |
| XYZ | 37.57 | 20.52 | 58.48 | - |
| YUV | 119.66 | 175.04 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 203 | 0 | 0.71 | 0.01 | 0.20 | 300.83 | 0.59 | 0.52 |
| Hex | CD | 3C | CB | 0 | 47 | 1 | 14 | 12D | 3B | 34 |
| Octal | 315 | 74 | 313 | 0 | 107 | 1 | 24 | 455 | 73 | 64 |
| Binary | 11001101 | 111100 | 11001011 | 0 | 1000111 | 1 | 10100 | 100101101 | 111011 | 110100 |
Color Harmonies of #CD3CCB
Complementary color
Monochromatic Colors of #CD3CCB
Black with #CD3CCB
Text Example
Text Example
White with #CD3CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3CCB; }
p { color: rgb(205,60,203); }
H1.HeaderClassName
{
color: #CD3CCB;
}
.AnyTagClassName
{
color: #CD3CCB;
}
</style>
background-color css
<style>
a { background-color: #CD3CCB; }
a { background-color: rgb(205,60,203); }
div.DivClassName
{
background-color: #CD3CCB;
}
.BgClassName
{
background-color: #CD3CCB;
}
</style>
border-color css
<style>
span { border-color: #CD3CCB; }
span { border-color: rgb(205,60,203); }
td.TdClassName
{
border-color: #CD3CCB;
}
.TagClassName
{
border-color: #CD3CCB;
}
</style>