Shades of Heliotrope #CC48FF
Tints of Heliotrope #CC48FF
RGB
CMYK
RGB Variations
Color information
#CC48FF (or 0xCC48FF) is known color: Heliotrope. HEX triplet: CC, 48 and FF. RGB value is (204,72,255). Sum of RGB (Red+Green+Blue) = 204+72+255=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 72 (28.52% from 255 or 13.56% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC48FF is #33B700. Grayscale: #838383. Windows color (decimal): -3389185 or 16730316. OLE color: 16730316.
HSL color Cylindrical-coordinate representation of color #CC48FF: hue angle of 283.28º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC48FF is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 72 | 255 | - |
| CMYK | 0.2 | 0.72 | 0 | 0 |
| HSL | 283.28º | 1% | 0.64% | - |
| HSV(B) | 283.28º | 0.72% | 1% | - |
| XYZ | 45.27 | 24.69 | 96.99 | - |
| YUV | 132.33 | 197.23 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 255 | 0.2 | 0.72 | 0 | 0 | 283.28 | 1 | 0.64 |
| Hex | CC | 48 | FF | 14 | 48 | 0 | 0 | 11B | 64 | 40 |
| Octal | 314 | 110 | 377 | 24 | 110 | 0 | 0 | 433 | 144 | 100 |
| Binary | 11001100 | 1001000 | 11111111 | 10100 | 1001000 | 0 | 0 | 100011011 | 1100100 | 1000000 |
Color Harmonies of #CC48FF
Complementary color
Monochromatic Colors of #CC48FF
Black with #CC48FF
Text Example
Text Example
White with #CC48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48FF; }
p { color: rgb(204,72,255); }
H1.HeaderClassName
{
color: #CC48FF;
}
.AnyTagClassName
{
color: #CC48FF;
}
</style>
background-color css
<style>
a { background-color: #CC48FF; }
a { background-color: rgb(204,72,255); }
div.DivClassName
{
background-color: #CC48FF;
}
.BgClassName
{
background-color: #CC48FF;
}
</style>
border-color css
<style>
span { border-color: #CC48FF; }
span { border-color: rgb(204,72,255); }
td.TdClassName
{
border-color: #CC48FF;
}
.TagClassName
{
border-color: #CC48FF;
}
</style>