Html Css Color HEX #CF5CDB Free Speech Magenta
📋 copy color: '#CF5CDB'red 207 ◦ green 92 ◦ blue 219
Shades of Free Speech Magenta #CF5CDB
Tints of Free Speech Magenta #CF5CDB
RGB
CMYK
RGB Variations
Color information
#CF5CDB (or 0xCF5CDB) is known color: Free Speech Magenta. HEX triplet: CF, 5C and DB. RGB value is (207,92,219). Sum of RGB (Red+Green+Blue) = 207+92+219=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CDB is #30A324. Grayscale: #8C8C8C. Windows color (decimal): -3187493 or 14376143. OLE color: 14376143.
HSL color Cylindrical-coordinate representation of color #CF5CDB: hue angle of 294.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF5CDB is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 92 | 219 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.14 |
| HSL | 294.33º | 0.64% | 0.61% | - |
| HSV(B) | 294.33º | 0.58% | 0.86% | - |
| XYZ | 42.35 | 26.03 | 69.81 | - |
| YUV | 140.86 | 172.1 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 219 | 0.05 | 0.58 | 0 | 0.14 | 294.33 | 0.64 | 0.61 |
| Hex | CF | 5C | DB | 5 | 3A | 0 | E | 126 | 40 | 3D |
| Octal | 317 | 134 | 333 | 5 | 72 | 0 | 16 | 446 | 100 | 75 |
| Binary | 11001111 | 1011100 | 11011011 | 101 | 111010 | 0 | 1110 | 100100110 | 1000000 | 111101 |
Color Harmonies of #CF5CDB
Complementary color
Monochromatic Colors of #CF5CDB
Black with #CF5CDB
Text Example
Text Example
White with #CF5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5CDB; }
p { color: rgb(207,92,219); }
H1.HeaderClassName
{
color: #CF5CDB;
}
.AnyTagClassName
{
color: #CF5CDB;
}
</style>
background-color css
<style>
a { background-color: #CF5CDB; }
a { background-color: rgb(207,92,219); }
div.DivClassName
{
background-color: #CF5CDB;
}
.BgClassName
{
background-color: #CF5CDB;
}
</style>
border-color css
<style>
span { border-color: #CF5CDB; }
span { border-color: rgb(207,92,219); }
td.TdClassName
{
border-color: #CF5CDB;
}
.TagClassName
{
border-color: #CF5CDB;
}
</style>