#CF5DD1

Color #CF5DD1 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #CF5DD1

Tints of Free Speech Magenta #CF5DD1

Color information

#CF5DD1 (or 0xCF5DD1) is unknown color: approx Free Speech Magenta. HEX triplet: CF, 5D and D1. RGB value is (207,93,209). Sum of RGB (Red+Green+Blue) = 207+93+209=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF5DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DD1 is #30A22E. Grayscale: #8B8B8B. Windows color (decimal): -3187247 or 13721039. OLE color: 13721039.

HSL color Cylindrical-coordinate representation of color #CF5DD1: hue angle of 298.97º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5DD1 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20793209-
CMYK0.010.5600.18
HSL298.97º55.77%59.22%-
HSV(B)298.97º55.5%81.96%-
XYZ41.1625.763.11-
YUV140.31166.77175.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 93 (36.72% from 255) = 18.27%
BLUE value IS 209 (82.03% from 255) = 41.06%
R=40.67%
G=18.27%
B=41.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207932090.010.5600.18298.9755.7759.22
HexCF5DD113801212b383b
Octal3171353211700224537073
Binary110011111011101110100011111000010010100101011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5DD1; }

 p { color: rgb(207,93,209); }

 H1.HeaderClassName
 {
   color: #CF5DD1;
 }
 .AnyTagClassName
 {
   color: #CF5DD1;
 }
</style>
background-color css

<style>
 a { background-color: #CF5DD1; }

 a { background-color: rgb(207,93,209); }

 div.DivClassName
 {
   background-color: #CF5DD1;
 }
 .BgClassName
 {
   background-color: #CF5DD1;
 }
</style>
border-color css

<style>
 span { border-color: #CF5DD1; }

 span { border-color: rgb(207,93,209); }

 td.TdClassName
 {
   border-color: #CF5DD1;
 }
 .TagClassName
 {
   border-color: #CF5DD1;
 }
</style>