Shades of Fuchsia #CC38D2
Tints of Fuchsia #CC38D2
RGB
CMYK
RGB Variations
Color information
#CC38D2 (or 0xCC38D2) is known color: Fuchsia. HEX triplet: CC, 38 and D2. RGB value is (204,56,210). Sum of RGB (Red+Green+Blue) = 204+56+210=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC38D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38D2 is #33C72D. Grayscale: #757575. Windows color (decimal): -3393326 or 13777100. OLE color: 13777100.
HSL color Cylindrical-coordinate representation of color #CC38D2: hue angle of 297.66º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC38D2 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 56 | 210 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.18 |
| HSL | 297.66º | 0.63% | 0.52% | - |
| HSV(B) | 297.66º | 0.73% | 0.82% | - |
| XYZ | 37.95 | 20.32 | 62.89 | - |
| YUV | 117.81 | 180.03 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 210 | 0.03 | 0.73 | 0 | 0.18 | 297.66 | 0.63 | 0.52 |
| Hex | CC | 38 | D2 | 3 | 49 | 0 | 12 | 12A | 3F | 34 |
| Octal | 314 | 70 | 322 | 3 | 111 | 0 | 22 | 452 | 77 | 64 |
| Binary | 11001100 | 111000 | 11010010 | 11 | 1001001 | 0 | 10010 | 100101010 | 111111 | 110100 |
Color Harmonies of #CC38D2
Complementary color
Monochromatic Colors of #CC38D2
Black with #CC38D2
Text Example
Text Example
White with #CC38D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC38D2; }
p { color: rgb(204,56,210); }
H1.HeaderClassName
{
color: #CC38D2;
}
.AnyTagClassName
{
color: #CC38D2;
}
</style>
background-color css
<style>
a { background-color: #CC38D2; }
a { background-color: rgb(204,56,210); }
div.DivClassName
{
background-color: #CC38D2;
}
.BgClassName
{
background-color: #CC38D2;
}
</style>
border-color css
<style>
span { border-color: #CC38D2; }
span { border-color: rgb(204,56,210); }
td.TdClassName
{
border-color: #CC38D2;
}
.TagClassName
{
border-color: #CC38D2;
}
</style>