Html Css Color HEX #CF57D3 Free Speech Magenta
📋 copy color: '#CF57D3'red 207 ◦ green 87 ◦ blue 211
Shades of Free Speech Magenta #CF57D3
Tints of Free Speech Magenta #CF57D3
RGB
CMYK
RGB Variations
Color information
#CF57D3 (or 0xCF57D3) is known color: Free Speech Magenta. HEX triplet: CF, 57 and D3. RGB value is (207,87,211). Sum of RGB (Red+Green+Blue) = 207+87+211=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 87 (34.38% from 255 or 17.23% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF57D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57D3 is #30A82C. Grayscale: #888888. Windows color (decimal): -3188781 or 13850575. OLE color: 13850575.
HSL color Cylindrical-coordinate representation of color #CF57D3: hue angle of 298.06º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF57D3 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 87 | 211 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.17 |
| HSL | 298.06º | 0.58% | 0.58% | - |
| HSV(B) | 298.06º | 0.59% | 0.83% | - |
| XYZ | 40.9 | 24.78 | 64.26 | - |
| YUV | 137.02 | 169.76 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 211 | 0.02 | 0.59 | 0 | 0.17 | 298.06 | 0.58 | 0.58 |
| Hex | CF | 57 | D3 | 2 | 3B | 0 | 11 | 12A | 3A | 3A |
| Octal | 317 | 127 | 323 | 2 | 73 | 0 | 21 | 452 | 72 | 72 |
| Binary | 11001111 | 1010111 | 11010011 | 10 | 111011 | 0 | 10001 | 100101010 | 111010 | 111010 |
Color Harmonies of #CF57D3
Complementary color
Monochromatic Colors of #CF57D3
Black with #CF57D3
Text Example
Text Example
White with #CF57D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57D3; }
p { color: rgb(207,87,211); }
H1.HeaderClassName
{
color: #CF57D3;
}
.AnyTagClassName
{
color: #CF57D3;
}
</style>
background-color css
<style>
a { background-color: #CF57D3; }
a { background-color: rgb(207,87,211); }
div.DivClassName
{
background-color: #CF57D3;
}
.BgClassName
{
background-color: #CF57D3;
}
</style>
border-color css
<style>
span { border-color: #CF57D3; }
span { border-color: rgb(207,87,211); }
td.TdClassName
{
border-color: #CF57D3;
}
.TagClassName
{
border-color: #CF57D3;
}
</style>